coreutils/src/split
2015-01-04 23:33:32 +01:00
..
README.md Move all of the utils into src 2014-07-20 20:20:55 -07:00
split.rs C flag for split 2015-01-04 23:33:32 +01:00

Rudimentary "split" Implementation

Missing Features

Flags

  • -C N
  • --verbose

Possible Optimizations

  • Use slice ([u8]) directly as the control.current_line.