1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/src/split
2014-09-27 21:05:36 +02:00
..
README.md Move all of the utils into src 2014-07-20 20:20:55 -07:00
split.rs Fix deprecation warnings 2014-09-27 21:05:36 +02:00

Rudimentary "split" Implementation

Missing Features

Flags

  • -C N
  • --verbose

Possible Optimizations

  • Use slice ([u8]) directly as the control.current_line.