a unix-y command to chop a little off the top
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Cugini 69a5ac4d51 fix bug where initial lines were not being written 3 years ago
src fix bug where initial lines were not being written 3 years ago
.gitignore initial commit with base feature set 3 years ago
Cargo.lock initial commit with base feature set 3 years ago
Cargo.toml initial commit with base feature set 3 years ago
LICENSE add license 3 years ago
README.md add simple readme 3 years ago

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.