coreutils/src/uu/split
2021-07-11 21:04:11 +02:00
..
src uutils: move clap::App creation to separate functions 2021-06-25 21:23:45 +02:00
Cargo.toml update the dep to uucore_procs 0.0.6 2021-07-11 21:04:11 +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.