On Tue, 5 Mar 2002, Manish Jethani wrote: > perl -i.BAK -wpe's/\r//g' <file>
the -w isn't really required here (although it is a good practice), for the simple reason that any error would be fatal, or undetectable. -- Don't have good ideas if you aren't willing to be responsible for them. _______________________________________________ http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

