Je te propose une alternative avec perl:
find $REP -name "msg*.html" -exec perl -pi -e "s/@/ at /g" {} \;
On Monday 16 May 2005 19:48, Xavier MOGHRABI wrote:
XM > find $REP -name "msg*.html" -exec sed "s/@/ at /g" {} > /tmp/address.tmp
\;
XM > -exec mv /tmp/address.tmp {} \;
A+, JD.
--
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]