Skip to content

Instantly share code, notes, and snippets.

@4np
Last active January 16, 2023 15:10
Show Gist options
  • Save 4np/2913012 to your computer and use it in GitHub Desktop.
Save 4np/2913012 to your computer and use it in GitHub Desktop.
Unzip multipart zip file on Mac OS X / Linux / Unix oneliner
cat *.zip > combined.zip;zip -FF combined.zip --out combined-fixed.zip;rm combined.zip;yes A|unzip -qq combined-fixed.zip;rm combined-fixed.zip
@invizibility
Copy link

hell yea thanks man

@kshatriya-abhay
Copy link

useful for multi-part gdrive zip downloads 😄

@peacengell
Copy link

Thanks very useful when download multipart from Gdrive

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment