<?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: Delete old files by the last access date</title>
	<atom:link href="http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/</link>
	<description>Some useful tips about CLI tools, Shell scripts and batch files... GNU Bash, Windows XP, SQL, Help Sheets / Cheat Sheets, etc.</description>
	<lastBuildDate>Mon, 10 May 2010 18:31:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dth</title>
		<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/comment-page-1/#comment-63191</link>
		<dc:creator>dth</dc:creator>
		<pubDate>Thu, 29 Oct 2009 05:23:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-63191</guid>
		<description>try this instead, to delete files older than 10 days:&lt;br&gt;&lt;br&gt;forfiles -p &quot;&lt;path&gt;&quot; -s -m *.* -d -10 -c &quot;cmd /C del @FILE&quot;</description>
		<content:encoded><![CDATA[<p>try this instead, to delete files older than 10 days:</p>
<p>forfiles -p &#8220;&lt;path&gt;&#8221; -s -m *.* -d -10 -c &#8220;cmd /C del @FILE&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neglas</title>
		<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/comment-page-1/#comment-63170</link>
		<dc:creator>neglas</dc:creator>
		<pubDate>Fri, 18 Sep 2009 12:31:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-63170</guid>
		<description>Great script. Does just what I needed, and worked instantly. Thanks!</description>
		<content:encoded><![CDATA[<p>Great script. Does just what I needed, and worked instantly. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vonkee</title>
		<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/comment-page-1/#comment-62576</link>
		<dc:creator>Vonkee</dc:creator>
		<pubDate>Tue, 18 Aug 2009 14:05:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-62576</guid>
		<description>Hi,

How can I modify the code to filter only certain files only, e.g. Excel file *.xls?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can I modify the code to filter only certain files only, e.g. Excel file *.xls?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petri</title>
		<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/comment-page-1/#comment-62308</link>
		<dc:creator>Petri</dc:creator>
		<pubDate>Tue, 11 Aug 2009 05:30:52 +0000</pubDate>
		<guid isPermaLink="false">#comment-62308</guid>
		<description>Hi,

Could this same code be used (with modification of course) to check number of folders and output when was the last time a file was modified inside each folder?

THanks,

Petri</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could this same code be used (with modification of course) to check number of folders and output when was the last time a file was modified inside each folder?</p>
<p>THanks,</p>
<p>Petri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Decoy</title>
		<link>http://www.shell-tips.com/2006/09/27/delete-old-files-by-last-access-date/comment-page-1/#comment-61307</link>
		<dc:creator>Decoy</dc:creator>
		<pubDate>Fri, 24 Jul 2009 11:00:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-61307</guid>
		<description>IMHO, exceptions (immune dirs) is also a good idea. :)</description>
		<content:encoded><![CDATA[<p>IMHO, exceptions (immune dirs) is also a good idea. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
