coreutils/src/uu/split
2022-01-20 23:14:52 +01:00
..
src Merge branch 'main' into clap-3 2022-01-17 13:25:51 +01:00
Cargo.toml Merge pull request #2863 from tertsdiepraam/clap-3 2022-01-20 23:14:52 +01: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.