1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 01:31:08 +00:00
uutils-coreutils/src/split
Joseph Crail 690a483a8a Update to nightly build.
I updated the library dependencies, features, and deprecated methods.
2015-06-23 23:00:00 -04:00
..
deps.mk Update to nightly build. 2015-06-23 23:00:00 -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.