<?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: Recursively delete certain files</title>
	<atom:link href="http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:14:40 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: virtualtrader</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-15418</link>
		<dc:creator>virtualtrader</dc:creator>
		<pubDate>Sun, 04 Oct 2009 23:51:50 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-15418</guid>
		<description>Why does the following not work, recursively?&lt;br&gt;&lt;br&gt;rm -vR folderToStartAt/*ext</description>
		<content:encoded><![CDATA[<p>Why does the following not work, recursively?</p>
<p>rm -vR folderToStartAt/*ext</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cabbag</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-2439</link>
		<dc:creator>cabbag</dc:creator>
		<pubDate>Tue, 13 Dec 2005 08:03:18 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-2439</guid>
		<description>find . -type f -name *.bak -print0 &#124; xargs  -0 rm</description>
		<content:encoded><![CDATA[<p>find . -type f -name *.bak -print0 | xargs  -0 rm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qmchenry</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-272</link>
		<dc:creator>qmchenry</dc:creator>
		<pubDate>Mon, 19 Jul 2004 15:16:36 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-272</guid>
		<description>Thanks for noticing this and sharing with us!  I&#039;ve corrected the error in the recipe.

Quinn</description>
		<content:encoded><![CDATA[<p>Thanks for noticing this and sharing with us!  I&#8217;ve corrected the error in the recipe.</p>
<p>Quinn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlada</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-268</link>
		<dc:creator>Vlada</dc:creator>
		<pubDate>Mon, 19 Jul 2004 01:14:11 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-268</guid>
		<description>at the end of the second command should be semicolon instead of double dot</description>
		<content:encoded><![CDATA[<p>at the end of the second command should be semicolon instead of double dot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
