Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kadiri2006/ea40722fc5c6f8a84f747a1cebec7881 to your computer and use it in GitHub Desktop.
Save kadiri2006/ea40722fc5c6f8a84f747a1cebec7881 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