1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 02:01:05 +00:00
uutils-coreutils/src/split
2018-09-04 14:33:36 +02:00
..
Cargo.toml Bump getopts from 0.2.17 to 0.2.18 2018-07-06 07:17:46 +00:00
README.md Added verbose for split - prints created file name 2015-01-04 23:33:32 +01:00
split.rs Fix more clippy warnings and remove redundant 'static 2018-09-04 14:33:36 +02: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.