coreutils/src/uu/split
2021-09-15 12:06:50 +02:00
..
src Update message quoting and filename printing 2021-09-07 19:49:01 +02:00
Cargo.toml add a github action job to identify unused deps 2021-09-15 12:06:50 +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.