Skip to content

Instantly share code, notes, and snippets.

@crmccreary
Created August 12, 2017 19:29
Show Gist options
  • Save crmccreary/f8b3cf6c7a9afc3abb9eb61f211f9abb to your computer and use it in GitHub Desktop.
Save crmccreary/f8b3cf6c7a9afc3abb9eb61f211f9abb to your computer and use it in GitHub Desktop.
find and zip
find . -iname '*.csv' -print0 | xargs -0 zip csv_files.zip -@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment