[thelist] Search & replace text

Katherine Spice k.spice at acu.ac.uk
Mon Feb 12 08:12:44 CST 2001


or, alternatively, you could use a *nix command line:

cat cditty.dat | sed "s/email1 at mydomain\.com/email2 at mydomain.com/g" >
temp; rm cditty.dat; mv temp  cditty.dat

hth,
katherine




More information about the thelist mailing list