coreutils/src/split
2018-03-12 01:20:58 -07:00
..
Cargo.toml Handle SIGPIPE correctly and autogenerate main() for each util 2017-12-08 15:05:07 -08:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Format everything using rustfmt 2018-03-12 01:20:58 -07: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.