<?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"
	>
<channel>
	<title>Comments on: Linux - Extract all tar files in a directory</title>
	<atom:link href="http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/</link>
	<description>All manner of goodness respecting the secure operation of digital systems.</description>
	<pubDate>Tue, 07 Feb 2012 18:16:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Darren</title>
		<link>http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-344</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-344</guid>
		<description>It's great that this comes up as one of the first results in Google - saved me trying to work it out myself! I had to make a slight change to the code because my gzipped tar files had .tgz file extensions, not tar.gz. I used...

for a in `ls -1 *.tgz`; do tar -zxvf $a; done</description>
		<content:encoded><![CDATA[<p>It&#8217;s great that this comes up as one of the first results in Google - saved me trying to work it out myself! I had to make a slight change to the code because my gzipped tar files had .tgz file extensions, not tar.gz. I used&#8230;</p>
<p>for a in `ls -1 *.tgz`; do tar -zxvf $a; done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Gross</title>
		<link>http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-209</link>
		<dc:creator>Bill Gross</dc:creator>
		<pubDate>Mon, 06 Oct 2008 13:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-209</guid>
		<description>Tamon;

Make sure you have the correct apostrophy marks.  They must be the "backward" apostrophy.  On my MB it's above the tab key, on my Dell it's also above the tab key.

Bill</description>
		<content:encoded><![CDATA[<p>Tamon;</p>
<p>Make sure you have the correct apostrophy marks.  They must be the &#8220;backward&#8221; apostrophy.  On my MB it&#8217;s above the tab key, on my Dell it&#8217;s also above the tab key.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tamon</title>
		<link>http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-208</link>
		<dc:creator>tamon</dc:creator>
		<pubDate>Mon, 06 Oct 2008 10:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.wrgross.com/blogs/security/2008/02/01/linux-extract-all-tar-files-in-a-directory/#comment-208</guid>
		<description>Hello there,

After running the above command, I get the following errors: 

ls: No match.
for: Command not found.
a: Undefined variable.</description>
		<content:encoded><![CDATA[<p>Hello there,</p>
<p>After running the above command, I get the following errors: </p>
<p>ls: No match.<br />
for: Command not found.<br />
a: Undefined variable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

