<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Removing files with varied capitalization</title>
	<atom:link href="http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/feed/" rel="self" type="application/rss+xml" />
	<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/</link>
	<description>"...the three great virtues of a programmer: laziness, impatience, and hubris." -- Larry Wall</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:18:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Avdi Grimm</title>
		<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/comment-page-1/#comment-936</link>
		<dc:creator>Avdi Grimm</dc:creator>
		<pubDate>Thu, 04 Mar 2010 03:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=514#comment-936</guid>
		<description>I demand a Korn shell version.</description>
		<content:encoded><![CDATA[<p>I demand a Korn shell version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nevans</title>
		<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/comment-page-1/#comment-935</link>
		<dc:creator>nevans</dc:creator>
		<pubDate>Thu, 04 Mar 2010 00:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=514#comment-935</guid>
		<description>the bash and safe-find way to do this:&lt;br&gt;&lt;br&gt;    find . -maxdepth 1 -iname &#039;rakefile&#039; -print0 &#124; xargs -0 rm&lt;br&gt;&lt;br&gt;This has the benefits of being four characters longer than Avdi&#039;s ruby version, harder for newbies to understand, and outside of our favorite programming language. ;-)</description>
		<content:encoded><![CDATA[<p>the bash and safe-find way to do this:</p>
<p>    find . -maxdepth 1 -iname &#39;rakefile&#39; -print0 | xargs -0 rm</p>
<p>This has the benefits of being four characters longer than Avdi&#39;s ruby version, harder for newbies to understand, and outside of our favorite programming language. <img src='http://avdi.org/devblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avdi</title>
		<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/comment-page-1/#comment-858</link>
		<dc:creator>avdi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=514#comment-858</guid>
		<description>I demand a Korn shell version.</description>
		<content:encoded><![CDATA[<p>I demand a Korn shell version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nevans</title>
		<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/comment-page-1/#comment-856</link>
		<dc:creator>nevans</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:02:16 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=514#comment-856</guid>
		<description>the bash and safe-find way to do this:&lt;br&gt;&lt;br&gt;    find . -maxdepth 1 -iname &#039;rakefile&#039; -print0 &#124; xargs -0 rm&lt;br&gt;&lt;br&gt;This has the benefits of being four characters longer than Avdi&#039;s ruby version, harder for newbies to understand, and outside of our favorite programming language. ;-)</description>
		<content:encoded><![CDATA[<p>the bash and safe-find way to do this:</p>
<p>    find . -maxdepth 1 -iname &#39;rakefile&#39; -print0 | xargs -0 rm</p>
<p>This has the benefits of being four characters longer than Avdi&#39;s ruby version, harder for newbies to understand, and outside of our favorite programming language. <img src='http://avdi.org/devblog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bfabry</title>
		<link>http://avdi.org/devblog/2010/03/03/removing-files-with-varied-capitalization/comment-page-1/#comment-854</link>
		<dc:creator>bfabry</dc:creator>
		<pubDate>Wed, 03 Mar 2010 08:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://avdi.org/devblog/?p=514#comment-854</guid>
		<description>Because I wanted to know what one was, a bash way to do this:&lt;br&gt;&lt;br&gt;$ls -1 &#124; grep -i rakefile &#124; xargs rm</description>
		<content:encoded><![CDATA[<p>Because I wanted to know what one was, a bash way to do this:</p>
<p>$ls -1 | grep -i rakefile | xargs rm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
