mirror of
https://github.com/uutils/coreutils
synced 2024-12-21 10:33:24 +00:00
16463243e3
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
split.rs |
Rudimentary "split" Implementation
Missing Features
Flags
-C N
--verbose
Possible Optimizations
- Use slice (
[u8]
) directly as thecontrol.current_line
.