<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Extract Single File From Tar-Archive Without Specifying The Directory</title>
	<atom:link href="http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/</link>
	<description></description>
	<lastBuildDate>Sat, 05 Dec 2009 21:58:35 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kero</title>
		<link>http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-3306</link>
		<dc:creator>kero</dc:creator>
		<pubDate>Wed, 18 Jun 2008 08:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-3306</guid>
		<description>thanx</description>
		<content:encoded><![CDATA[<p>thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: princ3</title>
		<link>http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-1984</link>
		<dc:creator>princ3</dc:creator>
		<pubDate>Wed, 29 Aug 2007 06:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-1984</guid>
		<description>2004-12-21 Version 1.15:
Compressed archives are recognised automatically, it is no longer necessary to specify -Z, -z, or -j options to read them. Thus, you can now run tar tf archive.tar.gz and expect it to work!

You can check this here: http://www.gnu.org/software/tar/

You almost answered your question for yourself. with the --no-anchored parameter you dont have to specify the path, so if you know the filename but not the path, you don&#039;t have to search for the file. or if you have deeply nested directories, you don&#039;t have to type  that much .</description>
		<content:encoded><![CDATA[<p>2004-12-21 Version 1.15:<br />
Compressed archives are recognised automatically, it is no longer necessary to specify -Z, -z, or -j options to read them. Thus, you can now run tar tf archive.tar.gz and expect it to work!</p>
<p>You can check this here: <a href="http://www.gnu.org/software/tar/" rel="nofollow">http://www.gnu.org/software/tar/</a></p>
<p>You almost answered your question for yourself. with the &#8211;no-anchored parameter you dont have to specify the path, so if you know the filename but not the path, you don&#8217;t have to search for the file. or if you have deeply nested directories, you don&#8217;t have to type  that much .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Francois</title>
		<link>http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-1983</link>
		<dc:creator>Francois</dc:creator>
		<pubDate>Wed, 29 Aug 2007 03:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/11/extract-single-file-from-tar-archive-without-specifying-the-directory/#comment-1983</guid>
		<description>I can&#039;t figure out what the  &quot;–no-anchored&quot; option does, and the &quot;z&quot; option is missing from this example - here&#039;s what works for me:
tar xzvf some.tgz path/some.txt
where path/some.txt is the path shown for the file when you do:
tar tzvf some.tgz</description>
		<content:encoded><![CDATA[<p>I can&#8217;t figure out what the  &#8220;–no-anchored&#8221; option does, and the &#8220;z&#8221; option is missing from this example &#8211; here&#8217;s what works for me:<br />
tar xzvf some.tgz path/some.txt<br />
where path/some.txt is the path shown for the file when you do:<br />
tar tzvf some.tgz</p>
]]></content:encoded>
	</item>
</channel>
</rss>
