coreutils/src/uu/split
2025-10-10 23:21:55 +02:00
..
benches split: add benchmarks 2025-10-10 23:21:55 +02:00
locales l10n: port split for translation + add french 2025-06-21 22:34:41 +02:00
src clap/locale: fix the colors for all programs (Closes: #8501) 2025-09-05 08:25:59 +02:00
BENCHMARKING.md parent 9d5dc500e6 2023-03-04 18:43:40 +01:00
Cargo.toml split: add benchmarks 2025-10-10 23:21:55 +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

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.