add simple readme

This commit is contained in:
Mike Cugini 2021-03-16 00:12:33 -04:00
parent 9e35727286
commit 84c926b8fa

6
README.md Normal file
View File

@ -0,0 +1,6 @@
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`.