coreutils/src/split
2015-01-10 14:07:39 +01:00
..
README.md
split.rs Make uumain return isize everywhere 2015-01-10 14:07:39 +01: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.