coreutils/src/uu/split/README.md

12 lines
258 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`.