<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>On Tuesday 10 October 2006 15:47, Nicolas Borboën wrote:</p>
<p>&gt; s/Réponses/Solutions/g</p>
<p></p>
<p>recode UTF8..latin-1</p>
<p></p>
<p>Soit : </p>
<p></p>
<p>        str=&quot;$(echo 's/Réponses/Solutions/g' | recode UTF8..latin-1)&quot;</p>
<p>        find ./* -type f -exec sed -i &quot;${str}&quot;  {} \;</p>
<p>Il y a d'autres manieres, mais je trouve celle-ci marrante :-)</p>
<p>dc</p>
</body></html>