2022 day 18 fix POSIX
commitd7a83f45ccc03741e99ee6f4a5903fab861afcb2
authorEric Blake <eblake@redhat.com>
Mon, 15 Jan 2024 16:23:30 +0000 (15 10:23 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 15 Jan 2024 16:23:30 +0000 (15 10:23 -0600)
tree577b06752404d152983456c2d96e07d94eb85bb1
parent36550c7f3ecf898321aa445e27b5f9f4d081fcc5
2022 day 18 fix POSIX

wc -L reports line length of 8; chew() demands ~2x that to avoid a
do(`') infloop.  But it is essential that the newline substitute
appear in the cut; 17/2 is 8, which excludes the newline.  I really
need to come up with a way to handle over-splitting more gracefully...
2022/day18.m4
times.ods