mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
77d92883c7
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. |
||
---|---|---|
.. | ||
asciilowercase.txt | ||
fivelines.txt | ||
letters.txt | ||
ninetyonebytes.txt | ||
onehundredlines.txt | ||
sixhundredfiftyonebytes.txt | ||
threebytes.txt | ||
twohundredfortyonebytes.txt |