1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-19 19:51:09 +00:00
uutils-coreutils/src/uu/split
2023-07-04 18:45:11 +02:00
..
src fix the clippy warning 2023-07-04 18:45:11 +02:00
BENCHMARKING.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
Cargo.toml Reformat TOML files with taplo 2023-06-08 09:07:19 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
README.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
split.md fix check-spell 2023-04-25 22:26:47 +09: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.