Skip to content

Instantly share code, notes, and snippets.

View jackyjsy's full-sized avatar

Songyao Jiang jackyjsy

View GitHub Profile
@gauravbarthwal
gauravbarthwal / Multi-Part zip extraction in Ubuntu.txt
Last active December 11, 2025 16:09
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