<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'using find to list old files based on date'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Sun, 05 Apr 2026 17:58:17 +0000</lastBuildDate>
    <item>
      <title>jhenry said on 12/Jun/2007</title>
      <link>https://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date</link>
      <description>&lt;p&gt;&lt;p&gt;or, to remove all jpg's in the current directory older that two weeks:&lt;/p&gt;

&lt;p&gt;$ find . -mtime +14 -type f -name "*.jpg" -exec rm -f {} \;&lt;/p&gt;

&lt;p&gt;careful!&lt;/p&gt;
&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jun 2007 12:25:50 UTC</pubDate>
      <guid>https://snipplr.com/view/2851/using-find-to-list-old-files-based-on-date</guid>
    </item>
  </channel>
</rss>
