coreutils/src/uu/split/README.md

10 lines
248 B
Markdown
Raw Normal View History

# 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 the `control.current_line`.