<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to extract multi-part zip files</title>
	<atom:link href="http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html</link>
	<description>I Read, I Feel, I Share</description>
	<lastBuildDate>Tue, 13 Dec 2011 10:13:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Dava</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38984</link>
		<dc:creator>Dava</dc:creator>
		<pubDate>Mon, 25 Jul 2011 04:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38984</guid>
		<description>Nowadays you don&#039;t need to merge the files on linux. &quot;zip -F&quot; automatically recognises that the input file is a multi-part archive.

zip -F zipfiles.zip --out OneZipArchive.zip
unzip OneZipArchive.zip


This is a solution i found while trying your solution &#059;&#041; Thanks for that</description>
		<content:encoded><![CDATA[<p>Nowadays you don&#8217;t need to merge the files on linux. &#8220;zip -F&#8221; automatically recognises that the input file is a multi-part archive.</p>
<p>zip -F zipfiles.zip &#8211;out OneZipArchive.zip<br />
unzip OneZipArchive.zip</p>
<p>This is a solution i found while trying your solution &#059;&#041; Thanks for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitsaras</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38472</link>
		<dc:creator>mitsaras</dc:creator>
		<pubDate>Mon, 02 May 2011 20:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38472</guid>
		<description>I know this is quite old, but google is THE problem solver these days.

I downloaded 4 files. 3 were 100mb each (file.z01, file.z02, file.z03) and a 47mb one, &quot;file.zip&quot;. Obviously the last part of a th full archive is the smallest one. Here&#039;s what I did...

&lt;code&gt;
$ mv file.zip file.z04
$ cat file.* &gt; file.zip
$ zip -FF file.zip --out final.zip
$ unzip final.zip
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I know this is quite old, but google is THE problem solver these days.</p>
<p>I downloaded 4 files. 3 were 100mb each (file.z01, file.z02, file.z03) and a 47mb one, &#8220;file.zip&#8221;. Obviously the last part of a th full archive is the smallest one. Here&#8217;s what I did&#8230;</p>
<p><code><br />
$ mv file.zip file.z04<br />
$ cat file.* &gt; file.zip<br />
$ zip -FF file.zip --out final.zip<br />
$ unzip final.zip<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nagisa</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38443</link>
		<dc:creator>nagisa</dc:creator>
		<pubDate>Sun, 24 Apr 2011 05:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38443</guid>
		<description>Thanks, thanks and thanks again! This thing helped me alot!</description>
		<content:encoded><![CDATA[<p>Thanks, thanks and thanks again! This thing helped me alot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: taz</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38426</link>
		<dc:creator>taz</dc:creator>
		<pubDate>Sun, 17 Apr 2011 03:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38426</guid>
		<description>Unfortunately this is wrong about 7zip
I really wish people would test things out before saying it would work.
this isn&#039;t the only place that guessed about 7zip though
The part about concatenating the files might work, but you have to be careful to get them in the right order otherwise it won&#039;t work and depending on the OS the * might list out the files in a different order which means then that that answer won&#039;t work either</description>
		<content:encoded><![CDATA[<p>Unfortunately this is wrong about 7zip<br />
I really wish people would test things out before saying it would work.<br />
this isn&#8217;t the only place that guessed about 7zip though<br />
The part about concatenating the files might work, but you have to be careful to get them in the right order otherwise it won&#8217;t work and depending on the OS the * might list out the files in a different order which means then that that answer won&#8217;t work either</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsonx</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38373</link>
		<dc:creator>jsonx</dc:creator>
		<pubDate>Sat, 09 Apr 2011 21:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38373</guid>
		<description>Thank you very much. It works perfect.</description>
		<content:encoded><![CDATA[<p>Thank you very much. It works perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UbuntuDude</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38259</link>
		<dc:creator>UbuntuDude</dc:creator>
		<pubDate>Mon, 28 Mar 2011 09:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38259</guid>
		<description>&lt;i&gt;The option&lt;b&gt;hendra-k@server $ zip -F zipfiles-full.zip&lt;b /&gt; is not working for me&lt;i /&gt;
It ask&#039;s me to specify an output.
Which I then do&lt;b&gt;hendra-k@server $ zip -F zipfiles-full.zip --out zipfile-full.zip&lt;b /&gt;But it doesn&#039;t work.
What can I do.</description>
		<content:encoded><![CDATA[<p><i>The option<b>hendra-k@server $ zip -F zipfiles-full.zip<b /> is not working for me<i /><br />
It ask&#8217;s me to specify an output.<br />
Which I then do</b><b>hendra-k@server $ zip -F zipfiles-full.zip &#8211;out zipfile-full.zip<b />But it doesn&#8217;t work.<br />
What can I do.</b></i></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unrequited Love Dude</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-38062</link>
		<dc:creator>Unrequited Love Dude</dc:creator>
		<pubDate>Sun, 06 Mar 2011 10:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-38062</guid>
		<description>Hi,

I tried unpacking them with 7zip. But it just says &quot;Can&#039;t open file as archive&quot;. But when I doubleclick it shows that there is a file inside, but I just can&#039;t extract it. Any idea how this can be solved?
Does it matter whether I start with the first file or with the last to unzip?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried unpacking them with 7zip. But it just says &#8220;Can&#8217;t open file as archive&#8221;. But when I doubleclick it shows that there is a file inside, but I just can&#8217;t extract it. Any idea how this can be solved?<br />
Does it matter whether I start with the first file or with the last to unzip?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Callaghan</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-37605</link>
		<dc:creator>Adrian Callaghan</dc:creator>
		<pubDate>Fri, 01 Oct 2010 23:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-37605</guid>
		<description>Thankyou, this was exactly what I was looking for, you would assume the archivers would detect this on linux!</description>
		<content:encoded><![CDATA[<p>Thankyou, this was exactly what I was looking for, you would assume the archivers would detect this on linux!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-37336</link>
		<dc:creator>zero</dc:creator>
		<pubDate>Sun, 08 Aug 2010 09:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-37336</guid>
		<description>Thank you... it really works!!</description>
		<content:encoded><![CDATA[<p>Thank you&#8230; it really works!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://www.hendra-k.net/how-to-extract-multi-part-zip-files.html/comment-page-1#comment-37318</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Sat, 24 Jul 2010 22:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://hendra-k.net/how-to-extract-multi-part-zip-files.html#comment-37318</guid>
		<description>thanks, I&#039;m still trying to figure out the best way to do this on ubuntu</description>
		<content:encoded><![CDATA[<p>thanks, I&#8217;m still trying to figure out the best way to do this on ubuntu</p>
]]></content:encoded>
	</item>
</channel>
</rss>

