<?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: Quick find/delete command</title>
	<atom:link href="http://www.utahsysadmin.com/2007/04/14/quick-finddelete-command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.utahsysadmin.com/2007/04/14/quick-finddelete-command/</link>
	<description>Ramblings of a Utah System Administrator</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:31:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kevin Pendleton</title>
		<link>http://www.utahsysadmin.com/2007/04/14/quick-finddelete-command/comment-page-1/#comment-75</link>
		<dc:creator>Kevin Pendleton</dc:creator>
		<pubDate>Thu, 07 Feb 2008 23:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.utahsysadmin.com/2007/04/14/quick-finddelete-command/#comment-75</guid>
		<description>I just happened to notice this entry I had made and wanted to mention that the rem -rf will also delete directories - I wouldn&#039;t recommend running this unless you really need to.  Most of the time you can just run:

find . -cmin +360 -maxdepth 1 -exec rm -f {} \;</description>
		<content:encoded><![CDATA[<p>I just happened to notice this entry I had made and wanted to mention that the rem -rf will also delete directories &#8211; I wouldn&#8217;t recommend running this unless you really need to.  Most of the time you can just run:</p>
<p>find . -cmin +360 -maxdepth 1 -exec rm -f {} \;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
