mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2026-01-16 10:11:01 +00:00
10 lines
180 B
Markdown
10 lines
180 B
Markdown
# Rudimentary "split" Implementation
|
|
|
|
## Missing Features
|
|
|
|
### Flags
|
|
* `-C N`
|
|
* `--verbose`
|
|
|
|
## Possible Optimizations
|
|
* Use slice (`[u8]`) directly as the `control.current_line`.
|