[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problème d'utilisation de Find et Sed



Le Mon, May 16, 2005 à 07:48:12PM +0200, Xavier MOGHRABI a écrit

> En fait je souhaitais exécuter l'instruction suivante : 
> find $REP -name "msg*.html" -exec sed "s/@/ at /g" {} > /tmp/address.tmp \; 
find $REP -name "msg*.html" -exec sed "s/@/ at /g" \{\} > /tmp/address.tmp \;
> -exec mv /tmp/address.tmp {} \;
-exec mv /tmp/address.tmp \{\} \;



-- 
 Francois Mescam
 



Reply to: