a unix-y command to chop a little off the top
Go to file
2021-03-19 13:55:40 -04:00
src move suffix generators to their own file/module 2021-03-19 13:55:40 -04:00
.gitignore initial commit with base feature set 2021-03-15 23:56:58 -04:00
Cargo.lock initial commit with base feature set 2021-03-15 23:56:58 -04:00
Cargo.toml initial commit with base feature set 2021-03-15 23:56:58 -04:00
LICENSE add license 2021-03-16 00:06:09 -04:00
README.md add simple readme 2021-03-16 00:12:33 -04:00

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.