Skip to content

Instantly share code, notes, and snippets.

View Hansxsourse's full-sized avatar
💪

Lehan Yang Hansxsourse

💪
View GitHub Profile
@Hansxsourse
Hansxsourse / Multi-Part zip extraction in Ubuntu.txt
Created December 17, 2022 14:06 — 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