Skip to content

Instantly share code, notes, and snippets.

@sneycampos
Created November 1, 2023 23:44
Show Gist options
  • Save sneycampos/17462c7ec2a601a6c75e5d3dc573dcff to your computer and use it in GitHub Desktop.
Save sneycampos/17462c7ec2a601a6c75e5d3dc573dcff to your computer and use it in GitHub Desktop.
zip and unzip in multiple chunks
zip -r -s 5G file.zip path/to/folder
cat file.z* > merged.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment