mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-15 17:51:07 +00:00
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 | ||