Skip to content

Instantly share code, notes, and snippets.

@mlabod
Last active December 10, 2015 14:29
Show Gist options
  • Save mlabod/4448088 to your computer and use it in GitHub Desktop.
Save mlabod/4448088 to your computer and use it in GitHub Desktop.
Compress file into multiple archives
# zip -r -s [filesize] [destination] [origin]
zip -r -s 100 archive.zip Folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment