<?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: Run a UNIX command on each file in a directroy</title>
	<atom:link href="http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/feed/" rel="self" type="application/rss+xml" />
	<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/</link>
	<description>⚛██████▓▓▓▓▓▓▒▒▒▒▒▒░░░░░░ ☢ ░░░░░░▒▒▒▒▒▒▓▓▓▓▓▓██████⚛</description>
	<lastBuildDate>Wed, 30 Dec 2009 17:16:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: NefAledly</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-393</link>
		<dc:creator>NefAledly</dc:creator>
		<pubDate>Mon, 18 May 2009 00:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-393</guid>
		<description>hm. really like it :)</description>
		<content:encoded><![CDATA[<p>hm. really like it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ignite</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-371</link>
		<dc:creator>ignite</dc:creator>
		<pubDate>Wed, 24 Dec 2008 11:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-371</guid>
		<description>One more problem with loop variant: huge directories. I find one when my mailbox was massively spammed.
&quot;find&quot; successfully cleared it by spamc</description>
		<content:encoded><![CDATA[<p>One more problem with loop variant: huge directories. I find one when my mailbox was massively spammed.<br />
&#8220;find&#8221; successfully cleared it by spamc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H3g3m0n</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-240</link>
		<dc:creator>H3g3m0n</dc:creator>
		<pubDate>Wed, 12 Sep 2007 09:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-240</guid>
		<description>Its working for me too now, that was causing me massive amounts of problems before :/

I think it must have been because I was originally trying to use the for loop with `ls` or `find .` instead of * which doesn&#039;t seem to break things up, and probably didn&#039;t bother to try the script with the &quot; around $FILE when I switched from find to *, problem with * is that there doesn&#039;t seem to be any way to do anything more advanced such pattern matching (*.txt seems to become a file called &quot;*.txt&quot;), but it seems handy for basic scripts. Ill probably update the article when I get time later.</description>
		<content:encoded><![CDATA[<p>Its working for me too now, that was causing me massive amounts of problems before :/</p>
<p>I think it must have been because I was originally trying to use the for loop with `ls` or `find .` instead of * which doesn&#8217;t seem to break things up, and probably didn&#8217;t bother to try the script with the &#8221; around $FILE when I switched from find to *, problem with * is that there doesn&#8217;t seem to be any way to do anything more advanced such pattern matching (*.txt seems to become a file called &#8220;*.txt&#8221;), but it seems handy for basic scripts. Ill probably update the article when I get time later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xpt</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-238</link>
		<dc:creator>xpt</dc:creator>
		<pubDate>Tue, 11 Sep 2007 01:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-238</guid>
		<description>tested before posted. :-)</description>
		<content:encoded><![CDATA[<p>tested before posted. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xpt</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-237</link>
		<dc:creator>xpt</dc:creator>
		<pubDate>Tue, 11 Sep 2007 01:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-237</guid>
		<description>how about my 1st comment, with &lt;b&gt;my&lt;/b&gt; command,
the basic for loop, ... it &lt;b&gt;works for files like “Sample File.txt”.&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>how about my 1st comment, with <b>my</b> command,<br />
the basic for loop, &#8230; it <b>works for files like “Sample File.txt”.</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H3g3m0n</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-236</link>
		<dc:creator>H3g3m0n</dc:creator>
		<pubDate>Mon, 10 Sep 2007 10:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-236</guid>
		<description>Thanks I missed that, updated :)


EDIT: Seems it works without the &quot; under zsh which would explain why I didn&#039;t catch it</description>
		<content:encoded><![CDATA[<p>Thanks I missed that, updated <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>EDIT: Seems it works without the &#8221; under zsh which would explain why I didn&#8217;t catch it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xpt</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-232</link>
		<dc:creator>xpt</dc:creator>
		<pubDate>Sun, 09 Sep 2007 23:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-232</guid>
		<description>I bet the last &quot;find . &#124; while &quot; will not be able to handle files with spaces in the filename either unless:

 touch &quot;$FILE&quot;</description>
		<content:encoded><![CDATA[<p>I bet the last &#8220;find . | while &#8221; will not be able to handle files with spaces in the filename either unless:</p>
<p> touch &#8220;$FILE&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xpt</title>
		<link>http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-231</link>
		<dc:creator>xpt</dc:creator>
		<pubDate>Sun, 09 Sep 2007 23:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://h3g3m0n.wordpress.com/2007/03/28/run-a-unix-command-on-each-file-in-a-directroy/#comment-231</guid>
		<description>First there is the basic for loop, it is able to handle files with spaces in
the filename, e.g., it works for files like &quot;Sample File.txt&quot;.

 for file in *; do echo &quot;Updating timestamp for $file&quot;; touch &quot;$file&quot;; done</description>
		<content:encoded><![CDATA[<p>First there is the basic for loop, it is able to handle files with spaces in<br />
the filename, e.g., it works for files like &#8220;Sample File.txt&#8221;.</p>
<p> for file in *; do echo &#8220;Updating timestamp for $file&#8221;; touch &#8220;$file&#8221;; done</p>
]]></content:encoded>
	</item>
</channel>
</rss>
