coreutils/src/split
Joseph Crail 0df4918f2d Fix split tests.
I added an additional regex dependency and converted strings to
Vec<u8>'s for the assertions.
2015-06-04 13:57:17 -04:00
..
deps.mk Fix split tests. 2015-06-04 13:57:17 -04:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Standardize display of utility name and version. 2015-05-25 14:50: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.