mirror of
https://github.com/uutils/coreutils
synced 2025-01-10 12:19:18 +00:00
.. | ||
src | ||
BENCHMARKING.md | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
split.md |
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 thecontrol.current_line
.