<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged files</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/files/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/files/order_by/date</id>
  <updated>2007-01-03T15:14:49Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Trouver tous les fichiers modifiés récemment</title>
  <link href="http://snippets.prendreuncafe.com/snippet/33"></link>
  <updated>2007-01-03T15:14:49Z</updated>
  <id>33</id>
  <summary type="html">To find files modified between the last x days and the last y days (x &gt; y) in the current directory (x and y are integers) : 
[code]
$ find ./ -ctime -x -ctime +y
[/code]</summary>
</entry>
</feed>
