coreutils/src/uu/split
2021-05-29 15:11:22 +02:00
..
src fix a lot of clippy warnings 2021-05-29 15:11:22 +02:00
Cargo.toml new release 0.0.6 to address the cat issue 2021-04-03 16:06:58 +02:00
README.md change ~ make all sub-crates independent 2020-05-29 22:59:40 -05: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.