Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 141 Bytes

linux-mac-osx-tricks.md

File metadata and controls

11 lines (9 loc) · 141 Bytes

Unzip multipart

Combined splitted zip

cat file.zip.* > combined.zip

Unzip the combined file

unzip combined.zip