Skip to content

Instantly share code, notes, and snippets.

@kadiri2006
kadiri2006 / Multi-Part zip extraction in Ubuntu.txt
Created June 9, 2021 07:35 — forked from gauravbarthwal/Multi-Part zip extraction in Ubuntu.txt
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