diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f12733 --- /dev/null +++ b/README.md @@ -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`.