<?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: Removing all files older than X days</title>
	<atom:link href="http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/</link>
	<description>Some random notes about computers, security, cool links and others.</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:44:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DJ</title>
		<link>http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/comment-page-1/#comment-34814</link>
		<dc:creator>DJ</dc:creator>
		<pubDate>Mon, 24 Mar 2008 21:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/#comment-34814</guid>
		<description>&lt;p&gt;I prefer to use -exec instead, as if find returns an extremely large amount of data, you will run into limitations with xargs.&lt;/p&gt;

&lt;p&gt;find  -atime +7 -type f -exec rm -f {} ;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I prefer to use -exec instead, as if find returns an extremely large amount of data, you will run into limitations with xargs.</p>

<p>find  -atime +7 -type f -exec rm -f {} ;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Yannick</title>
		<link>http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/comment-page-1/#comment-34551</link>
		<dc:creator>Yannick</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://tadek.pietraszek.org/blog/2008/03/19/removing-all-files-older-than-x-days/#comment-34551</guid>
		<description>&lt;p&gt;I usualy use -mtime instead -atime&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I usualy use -mtime instead -atime</p>]]></content:encoded>
	</item>
</channel>
</rss>
