[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: Question sur SED
- To:
- Subject: Re: Question sur SED
- From: Benoit <>
- Date: Thu, 29 Jun 2000 15:31:16 -0400
-
In-reply-to: <[email protected]>
Ca fait ca
echo Traduction en cours...
for i in $(find /home/httpd/html -name \*.html)
do sed -e \
's/Operating Pressure d\'op\é\;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