Skip to content

Instantly share code, notes, and snippets.

@0i0
Created February 18, 2019 18:51
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 0i0/34b14fb5ce5ebd138ceef054a88f47e0 to your computer and use it in GitHub Desktop.
Save 0i0/34b14fb5ce5ebd138ceef054a88f47e0 to your computer and use it in GitHub Desktop.
# split
split your-zip.zip -b 32M ZIPCHUNKS
# combine
cat ZIPCHUNKS* > reassembled-zip.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment