<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: changed code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sun, 07 Sep 2008 03:24:45 GMT</pubDate>
    <description>DZone Snippets: changed code</description>
    <item>
      <title>Search for files modified the last ... days</title>
      <link>http://snippets.dzone.com/posts/show/2062</link>
      <description>Searches for files modified up to 4 days ago. Change the 4 to whatever you desire.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;find ./ -type f -mtime -4 -exec ls -al {} \;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 18 May 2006 00:17:20 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2062</guid>
      <author>yoghoyogho ()</author>
    </item>
    <item>
      <title>Find the most recently changed files (recursively)</title>
      <link>http://snippets.dzone.com/posts/show/1740</link>
      <description>&lt;code&gt;&lt;br /&gt;find . -type f -printf '%TY-%Tm-%Td %TT %p\n' | sort&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 23 Mar 2006 21:23:46 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/1740</guid>
      <author>morten ()</author>
    </item>
  </channel>
</rss>
