Skip to content

Instantly share code, notes, and snippets.

@dshipp
Created April 22, 2016 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dshipp/4d4b07739c9519ac64246adf8a56915a to your computer and use it in GitHub Desktop.
Save dshipp/4d4b07739c9519ac64246adf8a56915a to your computer and use it in GitHub Desktop.
Split and compress
split --bytes=1024M --filter='gzip > $FILE.gz' /path/to/input /path/to/output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment