coreutils/src/uu/split
Daniel Hofstetter 39a0e92a91
Merge pull request #5255 from granquet/split_filter_broken_pipe
split: catch broken pipe error for round robin strategy
2023-09-13 14:08:45 +02:00
..
src Merge pull request #5255 from granquet/split_filter_broken_pipe 2023-09-13 14:08:45 +02:00
BENCHMARKING.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
Cargo.toml 0.0.20 => 0.0.21 2023-09-03 14:42:54 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
README.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
split.md fix check-spell 2023-04-25 22:26:47 +09:00

Rudimentary "split" Implementation

Missing Features

Flags

  • --verbose - created file printing is implemented, don't know if there is anything else

Possible Optimizations

  • Use slice ([u8]) directly as the control.current_line.