[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: Question sur SED



Ca fait ca

echo Traduction en cours...

for i in $(find /home/httpd/html -name \*.html)
do sed -e \
's/Operating Pressure d\'op\&eacute\;ration/Test/g' \
< $i > $i.tmp
mv $i.tmp $i
done

                       
[benoit@info cn310cb]$ /home/benoit/traduire
Traduction en cours...
/home/benoit/traduire: unexpected EOF while looking for `''
/home/benoit/traduire: /home/benoit/traduire: line 11: syntax error