Showing posts with label How to extract multi-part zip files in Linux. Show all posts
Showing posts with label How to extract multi-part zip files in Linux. Show all posts

Monday, March 9, 2009

How to extract multi-part zip files in Linux

How to extract multi-part zip files in Linux


hendra-k@server $ cat zipfiles.* > zipfiles-full.zip
hendra-k@server $ zip -F zipfiles-full.zip
hendra-k@server $ unzip zipfiles-full.zip

How to extract multi-part zip files | Hendra-k.net