On Fri, Nov 21, 2003 at 18:25:11 +0100, Alexandre CONRAD wrote: > 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
For heaven's sake, take it offlist already :-) PS. The Useless Use of Cat Award: http://www.iki.fi/era/unix/award.html PPS. perl -pi~ -e 's/\blies\b/misinformation/g' ~/mbox; rm ~/mbox~ -- /* * * Otto J. Makela <[EMAIL PROTECTED]> * * * * * * * * * * * * * * * */ /* Phone: +358 40 765 5772, FAX: +358 40 7860457, ICBM: 60N 25E */ /* Mail: Mechelininkatu 26 B 27, FIN-00100 Helsinki, FINLAND */ /* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * */ -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
