<?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: Commands to tar gzip and unpack on-the-fly in Unix and Linux</title>
	<atom:link href="http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Fri, 03 Feb 2012 23:13:48 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: smallwei</title>
		<link>http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/comment-page-1/#comment-26</link>
		<dc:creator>smallwei</dc:creator>
		<pubDate>Fri, 16 Oct 2009 17:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/commands-tar-gzip-unpack-fly-unix-linux/#comment-26</guid>
		<description>To tar and gzip on the fly:
tar cvf - somedir &#124; gzip -c &gt; somedir.tar.gz

To unpack on the fly:
gunzip &lt; somedir.tar.gz &#124; tar xvf -</description>
		<content:encoded><![CDATA[<p>To tar and gzip on the fly:<br />
tar cvf &#8211; somedir | gzip -c &gt; somedir.tar.gz</p>
<p>To unpack on the fly:<br />
gunzip &lt; somedir.tar.gz | tar xvf -</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
