And for the REALLY paranoid:
$ cat ~/mbox | sed -e "s/\<lies\>/misinformation/g > /tmp/x && \ cp ~/mbox ~/mbox.old && mv /tmp/x ~/mbox && \ rm ~/mbox.old
Let's finish this all the way through:
cat ~/mbox | sed -e "s/\<lies\>/misinformation/g" > /tmp/x && \
cp ~/mbox ~/mbox.old && mv /tmp/x ~/mbox && \
rm ~/mbox.old;)
Regards, -- Alexandre CONRAD Research & Development tel : +33 1 30 80 55 00 fax : +33 1 30 56 50 20 TLV 6, rue de la plaine 78860 - SAINT NOM LA BRETECHE FRANCE
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
