mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +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.
5 lines
26 B
Text
5 lines
26 B
Text
aaaaaaaaa
|
|
bbbb
|
|
cccc
|
|
dd
|
|
ee
|