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