mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +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.
5 lines
26 B
Text
5 lines
26 B
Text
aaaaaaaaa
|
|
bbbb
|
|
cccc
|
|
dd
|
|
ee
|