<?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: Decompress and extract a tgz or tar.gz archive in a single step</title>
	<atom:link href="http://www.tech-recipes.com/rx/65/decompress-and-extract-a-tgz-or-targz-archive-in-a-single-step/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/65/decompress-and-extract-a-tgz-or-targz-archive-in-a-single-step/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:14:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Quinn McHenry</title>
		<link>http://www.tech-recipes.com/rx/65/decompress-and-extract-a-tgz-or-targz-archive-in-a-single-step/comment-page-1/#comment-3808</link>
		<dc:creator>Quinn McHenry</dc:creator>
		<pubDate>Fri, 03 Oct 2008 00:48:42 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3808</guid>
		<description>Oh, yeah, I&#039;ll admit that command is easier, although back in 2003 it only seemed to work in some linux distros.  I was using Solaris (probably 7 at the time) and that tar didn&#039;t have that cool option.  I don&#039;t have a Solaris box handy now, but I would be surprised if that hadn&#039;t crept its way in yet.  &lt;br&gt;&lt;br&gt;it should be noted that &#039;j&#039; in place of &#039;z&#039; in your command will extract a bz2 archived tar file.  J.  Really.  I guess all the appropriate letters were on vacation.</description>
		<content:encoded><![CDATA[<p>Oh, yeah, I&#39;ll admit that command is easier, although back in 2003 it only seemed to work in some linux distros.  I was using Solaris (probably 7 at the time) and that tar didn&#39;t have that cool option.  I don&#39;t have a Solaris box handy now, but I would be surprised if that hadn&#39;t crept its way in yet.  </p>
<p>it should be noted that &#39;j&#39; in place of &#39;z&#39; in your command will extract a bz2 archived tar file.  J.  Really.  I guess all the appropriate letters were on vacation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.tech-recipes.com/rx/65/decompress-and-extract-a-tgz-or-targz-archive-in-a-single-step/comment-page-1/#comment-3806</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Thu, 02 Oct 2008 22:38:59 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-3806</guid>
		<description>this is easier:&lt;br&gt;&lt;br&gt;# tar xvzf target.tar.gz</description>
		<content:encoded><![CDATA[<p>this is easier:</p>
<p># tar xvzf target.tar.gz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
