Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amorgun/216130a7bdbb5537dda16c9894710e5b to your computer and use it in GitHub Desktop.
Save amorgun/216130a7bdbb5537dda16c9894710e5b to your computer and use it in GitHub Desktop.
How to extract multi-part .zip, .z01, .z02 files in ubuntu
Download/Copy all related *.zip files in one directory.
Open terminal and change to that directory which has all zip files.
Enter command zip -s- FILE_NAME.zip -O COMBINED_FILE.zip
Enter unzip COMBINED_FILE.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment