<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged string sed</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/string+sed/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/string+sed/order_by/date</id>
  <updated>2006-12-09T18:24:44Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Effacer les lignes vides d'un fichier</title>
  <link href="http://snippets.prendreuncafe.com/snippet/24"></link>
  <updated>2006-12-09T18:24:44Z</updated>
  <id>24</id>
  <summary type="html">[code]
$ sed '/^$/d' fichier.txt
[/code]</summary>
</entry>
</feed>