<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged string perl cli character</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/string+perl+cli+character/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/string+perl+cli+character/order_by/date</id>
  <updated>2007-01-15T09:33:09Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>Changer les caractères &amp;lt;CR&amp;gt; en &amp;lt;LF&amp;gt;</title>
  <link href="http://snippets.prendreuncafe.com/snippet/39"></link>
  <updated>2007-01-15T09:33:09Z</updated>
  <id>39</id>
  <summary type="html">Convertir rapidement et simplement les caractères \r en \n :

[code]
$ perl -pi -e 's#\r#\n#gs' /path/to/file
[/code]</summary>
</entry>
</feed>