a unix-y command to chop a little off the top
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
chop
chop allows you to easily chunk newline delimited data into one or more equally sized files, and gather the remaining lines in a remainder file.
Think of chop
as a cousin to split
.