coreutils/src/split
2020-01-28 00:05:06 -06:00
..
Cargo.toml Split off uucore into its own repository 2019-05-12 22:42:20 -07:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs cargo fmt 2020-01-28 00:05:06 -06: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.