Skip to content

Instantly share code, notes, and snippets.

@gauravbarthwal
Last active October 10, 2025 04:35
Show Gist options
  • Select an option

  • Save gauravbarthwal/3fc0b44934ce78a97fd4e99322d2ed62 to your computer and use it in GitHub Desktop.

Select an option

Save gauravbarthwal/3fc0b44934ce78a97fd4e99322d2ed62 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
@zyk6
Copy link

zyk6 commented Jun 1, 2023

Thanks so much.

@ImranNust
Copy link

Thank you so much! I spent many hours finally found your code and it helped.

@SUPERustam
Copy link

Thank you!!!!!

@ZachL1
Copy link

ZachL1 commented Jun 28, 2025

It worked. Thanks!!!

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