Extracting a multi-file ZIP archive

When you’ve downloaded a multi-file zip archive, from let’s say, rapidshare, it’s quite easy to unzip it. For example, the arive was split up into

  • file.z01
  • file.z02
  • file.zip

Here’s howto unzip ‘em:

echo file.z* > newfile.zip
zip -F newfile.zip
unzip newfile.zip

Be Sociable, Share!

This entry was posted on Monday, August 17th, 2009 at 22:04 and is filed under Blog, Commandline, Tech, Testing, Unix general. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply