From 84c926b8fa9ac79ab8d5e3ea803b503a421879f3 Mon Sep 17 00:00:00 2001 From: Mike Cugini Date: Tue, 16 Mar 2021 00:12:33 -0400 Subject: [PATCH] add simple readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md 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`.