coreutils/src/uu/split
2020-05-29 22:59:47 -05:00
..
src fix/split ~ fix 'edition=2018' trait specification error 2020-05-29 22:59:47 -05:00
Cargo.toml docs ~ add meta information to sub-crates 2020-05-29 22:59:47 -05: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.