<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged count</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/count/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/count/order_by/date</id>
  <updated>2006-11-05T16:02:20Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Compter le nombre de fichiers en fonction d'un pattern</title>
  <link href="http://snippets.prendreuncafe.com/snippet/12"></link>
  <updated>2006-11-05T16:02:20Z</updated>
  <id>12</id>
  <summary type="html">[code]
$ ls -R /my/path/ | grep -v monpattern | wc -l
[/code]

</summary>
</entry>
</feed>
