coreutils/tests/fixtures/split
Jeffrey Finkelstein 77d92883c7 split: implement --line-bytes option
Implement the `--line-bytes` option to `split`. In this mode, the
program tries to write as many lines of the input as possible to each
chunk of output without exceeding a specified byte limit. The new
`LineBytesChunkWriter` struct represents this functionality.
2022-03-10 22:51:49 -05:00
..
asciilowercase.txt tests: correct a test case for split 2022-02-08 22:53:57 -05:00
fivelines.txt split: use ByteChunkWriter and LineChunkWriter 2022-02-08 22:57:57 -05:00
letters.txt split: implement --line-bytes option 2022-03-10 22:51:49 -05:00
ninetyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
onehundredlines.txt split: implement outputting kth chunk of file 2022-03-05 10:27:51 +01:00
sixhundredfiftyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
threebytes.txt split: add support for -e argument 2022-02-17 19:03:51 -05:00
twohundredfortyonebytes.txt split: add support for -x option (hex suffixes) 2022-02-13 11:18:37 -05:00