<?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: Linux &#8211; delete files which modified time older than 7 days</title>
	<atom:link href="http://www.fengcool.com/2009/02/linux-delete-files-which-modified-time-older-than-7-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com/2009/02/linux-delete-files-which-modified-time-older-than-7-days/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 31 Jul 2010 14:25:08 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.fengcool.com/2009/02/linux-delete-files-which-modified-time-older-than-7-days/comment-page-1/#comment-4069</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Sat, 03 Oct 2009 08:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fengcool.com/?p=68#comment-4069</guid>
		<description>find /filePath/* -mtime +7 -exec rm {} \; results in the error &quot;find: missing argument to &#039;-exec&#039;
The same error ocurrs when I use the -f option with rm.  Note I am not adding spaces between rm{}\;  it just looks that way when I pasted here.</description>
		<content:encoded><![CDATA[<p>find /filePath/* -mtime +7 -exec rm {} \; results in the error &#8220;find: missing argument to &#8216;-exec&#8217;<br />
The same error ocurrs when I use the -f option with rm.  Note I am not adding spaces between rm{}\;  it just looks that way when I pasted here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
