<?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: Extracting archived files</title>
	<atom:link href="http://www.everyjoe.com/newlinuxuser/extracting-archived-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.everyjoe.com/newlinuxuser/extracting-archived-files/</link>
	<description>Linux Tips - Information for Using Linux</description>
	<lastBuildDate>Thu, 10 Dec 2009 13:25:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: docpopster</title>
		<link>http://www.everyjoe.com/newlinuxuser/extracting-archived-files/comment-page-1/#comment-861</link>
		<dc:creator>docpopster</dc:creator>
		<pubDate>Mon, 26 May 2008 04:28:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/extracting-archived-files/#comment-861</guid>
		<description>Which unzip program is best for linux?</description>
		<content:encoded><![CDATA[<p>Which unzip program is best for linux?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvlin</title>
		<link>http://www.everyjoe.com/newlinuxuser/extracting-archived-files/comment-page-1/#comment-999</link>
		<dc:creator>alvlin</dc:creator>
		<pubDate>Thu, 22 May 2008 00:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/extracting-archived-files/#comment-999</guid>
		<description>Of course, that&#039;s why they exist and why I started my comment writing &quot;I personally prefer&quot;.
Which doesn&#039;t mean I don&#039;t use graphical tools, they are much better than cli utilities when you only want to extract 1 file to a specific folder, for example.</description>
		<content:encoded><![CDATA[<p>Of course, that&#8217;s why they exist and why I started my comment writing &#8220;I personally prefer&#8221;.<br />
Which doesn&#8217;t mean I don&#8217;t use graphical tools, they are much better than cli utilities when you only want to extract 1 file to a specific folder, for example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clair</title>
		<link>http://www.everyjoe.com/newlinuxuser/extracting-archived-files/comment-page-1/#comment-1251</link>
		<dc:creator>Clair</dc:creator>
		<pubDate>Wed, 21 May 2008 12:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/extracting-archived-files/#comment-1251</guid>
		<description>Thanks for the tip.  Though of course some people still prefer to have a graphical tool. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.  Though of course some people still prefer to have a graphical tool. <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alvlin</title>
		<link>http://www.everyjoe.com/newlinuxuser/extracting-archived-files/comment-page-1/#comment-1670</link>
		<dc:creator>alvlin</dc:creator>
		<pubDate>Tue, 20 May 2008 13:03:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.newlinuxuser.com/extracting-archived-files/#comment-1670</guid>
		<description>I recently find out there is a 7zip frontend called Q7zip. I haven&#039;t tried it yet, but it is there.

I personally prefer command line versions of the programs. When you have a file of several GBs and thousands of files, the graphical tools are amazingly slow.

The command line versions will not try to get the file index, they&#039;ll just do the job. And is not difficult at all, for unzip you use

unzip x filename.zip

for tar.gz

tar -zxvf filename.tar.gz

for tar.bz2

tar -jxvf filename.tar.bz2

for rar

unrar e filename.rar

and for 7z

7z e filename.7z

Faster and more efficient (no clics, no file browsing, just 3 words written in a cli) than graphical tools :-)</description>
		<content:encoded><![CDATA[<p>I recently find out there is a 7zip frontend called Q7zip. I haven&#8217;t tried it yet, but it is there.</p>
<p>I personally prefer command line versions of the programs. When you have a file of several GBs and thousands of files, the graphical tools are amazingly slow.</p>
<p>The command line versions will not try to get the file index, they&#8217;ll just do the job. And is not difficult at all, for unzip you use</p>
<p>unzip x filename.zip</p>
<p>for tar.gz</p>
<p>tar -zxvf filename.tar.gz</p>
<p>for tar.bz2</p>
<p>tar -jxvf filename.tar.bz2</p>
<p>for rar</p>
<p>unrar e filename.rar</p>
<p>and for 7z</p>
<p>7z e filename.7z</p>
<p>Faster and more efficient (no clics, no file browsing, just 3 words written in a cli) than graphical tools <img src='http://www.everyjoe.com/newlinuxuser/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>