<?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: Extract a gzip compressed tar archive in Linux</title>
	<atom:link href="http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:54:54 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: smeezekitty</title>
		<link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/comment-page-1/#comment-14738</link>
		<dc:creator>smeezekitty</dc:creator>
		<pubDate>Wed, 02 Sep 2009 04:26:13 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-14738</guid>
		<description>santhosh are you sure its not a bzip not gzip</description>
		<content:encoded><![CDATA[<p>santhosh are you sure its not a bzip not gzip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: santhosh</title>
		<link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/comment-page-1/#comment-12102</link>
		<dc:creator>santhosh</dc:creator>
		<pubDate>Thu, 04 Jun 2009 07:22:39 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-12102</guid>
		<description>i got the following error when i extracted.&lt;br&gt;gzip: stdin: not in gzip format&lt;br&gt;tar: Child returned status 1&lt;br&gt;tar: Error exit delayed from previous errors.&lt;br&gt;Plz suggest any way to extract in linux?</description>
		<content:encoded><![CDATA[<p>i got the following error when i extracted.<br />gzip: stdin: not in gzip format<br />tar: Child returned status 1<br />tar: Error exit delayed from previous errors.<br />Plz suggest any way to extract in linux?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: barretj</title>
		<link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/comment-page-1/#comment-2099</link>
		<dc:creator>barretj</dc:creator>
		<pubDate>Tue, 19 Jul 2005 15:25:45 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2099</guid>
		<description>another usefull tar command is this:

tar czvf tarball.tar.gz /tmp/tarball

this will tar and gzip the directory /tmp/tarball into the file tarball.tar.gz</description>
		<content:encoded><![CDATA[<p>another usefull tar command is this:</p>
<p>tar czvf tarball.tar.gz /tmp/tarball</p>
<p>this will tar and gzip the directory /tmp/tarball into the file tarball.tar.gz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bofh468</title>
		<link>http://www.tech-recipes.com/rx/138/extract-a-gzip-compressed-tar-archive-in-linux/comment-page-1/#comment-30</link>
		<dc:creator>bofh468</dc:creator>
		<pubDate>Fri, 14 Nov 2003 00:00:10 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-30</guid>
		<description>Another useful switch is -j for handling bzip2 compression.  To do the same as above for a bzip-compressed tarball:

&lt;code&gt;
tar xjf filename.tar.bz2

&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Another useful switch is -j for handling bzip2 compression.  To do the same as above for a bzip-compressed tarball:</p>
<p><code><br />
tar xjf filename.tar.bz2</p>
<p></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
