Last active
May 12, 2019 10:39
-
-
Save yevhenorlov/3720c75d36831f7a1aa78504d2975e2e to your computer and use it in GitHub Desktop.
zip a large folder into multiple 3GB parts for easier transfer
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
# zip a large folder into multiple 3GB parts for easier transfer | |
zip -r -s 3g archive.zip FolderName/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment