mirror of
https://github.com/uutils/coreutils
synced 2024-12-30 15:03:31 +00:00
16463243e3
Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
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`.
|