[GLLUG] tr

chuck williams business@servicesbywilliams.com
Mon, 30 Sep 2002 12:10:28 -0400


> each newline character with a printable '\n'.  

It's not tr, but I do this:
perl -i.bu -p -e "s/\cM//" filename.data 

Different combinations like \\n instead of \cM might work. 

chuck williams