Forked from gauravbarthwal/Multi-Part zip extraction in Ubuntu.txt
Created
December 17, 2022 14:06
-
-
Save Hansxsourse/15c8c0c3662590af9b985481755a454d to your computer and use it in GitHub Desktop.
How to extract multi-part .zip, .z01, .z02 files in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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