1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/src/split
2014-12-28 14:09:50 +03:00
..
README.md Move all of the utils into src 2014-07-20 20:20:55 -07:00
split.rs fix char_len warnings 2014-12-28 14:09:50 +03:00

Rudimentary "split" Implementation

Missing Features

Flags

  • -C N
  • --verbose

Possible Optimizations

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