coreutils/src/split
Joseph Crail 234c81311f Add initial tests for split.
I created random data to test several cases. I verified that the data is
split into the correct number of files and can also be reassembled into
the original file.
2015-05-09 13:32:30 -04:00
..
deps.mk Add initial tests for split. 2015-05-09 13:32:30 -04:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Fix split. 2015-05-08 23:11:15 -04: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.