coreutils/src/uu/split
2021-06-03 22:32:34 +02:00
..
src Merge branch 'master' of github.com:uutils/coreutils into refactoring_parse_size 2021-06-03 22:32:34 +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.