Created
February 18, 2019 18:51
-
-
Save 0i0/34b14fb5ce5ebd138ceef054a88f47e0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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