<?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>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nataliya Dimitrova</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-53899</link>
		<dc:creator>Nataliya Dimitrova</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:46:03 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-53899</guid>
		<description>This command tries to delete all the files at all. I tried it with user that is not superuser, fortunately.  That is why I am saying &quot;try&quot;. What if I want to try to delete files recursively but in the dir, that I am in.</description>
		<content:encoded><![CDATA[<p>This command tries to delete all the files at all. I tried it with user that is not superuser, fortunately.  That is why I am saying &#8220;try&#8221;. What if I want to try to delete files recursively but in the dir, that I am in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: User</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-43516</link>
		<dc:creator>User</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:39:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-43516</guid>
		<description>Jim- prepend the space with a backslash. Example:
/home/user/My Folder With Spaces/file.txt</description>
		<content:encoded><![CDATA[<p>Jim- prepend the space with a backslash. Example:<br />
/home/user/My Folder With Spaces/file.txt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Power</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-42488</link>
		<dc:creator>Jim Power</dc:creator>
		<pubDate>Sat, 18 Sep 2010 02:30:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-42488</guid>
		<description>How can I make this work if I have directories/files with spaces in the name?</description>
		<content:encoded><![CDATA[<p>How can I make this work if I have directories/files with spaces in the name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daffodil</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-41846</link>
		<dc:creator>daffodil</dc:creator>
		<pubDate>Thu, 26 Aug 2010 06:30:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-41846</guid>
		<description>if i have file list say FILE_LIST=&quot;a.txt b.txt c.txt&quot; pls tell me how to delete this with one command. i.e not using any loops. </description>
		<content:encoded><![CDATA[<p>if i have file list say FILE_LIST=&#8221;a.txt b.txt c.txt&#8221; pls tell me how to delete this with one command. i.e not using any loops.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/129/recursively-delete-certain-files/comment-page-1/#comment-34912</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 05 Oct 2009 01:51:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34912</guid>
		<description>Why does the following not work, recursively?

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>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/12 queries in 0.710 seconds using memcached
Object Caching 329/332 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 02:30:10 -->
