mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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.
6 lines
26 B
Plaintext
6 lines
26 B
Plaintext
aaaaaaaaa
|
|
bbbb
|
|
cccc
|
|
dd
|
|
ee
|