Dear Maintainer, Given "fold -w3 <(echo -n ab) <(echo -n ef)" one'd expect "abe\nf", but fold outputs "abef". Given "fold -w3 <(echo -n abcd) <(echo -n efgh)" one'd expect "abc\ndef\ngh", but fold outputs "abc\ndefg\nh" (!). This doesn't change when passing -b (not that it, really, should). What does this mean? Best, наб