David Gilden wrote: > > I have some documents that looked fine via telnet, > however when I FTP'd them on my local Mac and opened them > up in BBEdit the text looks like the following: > > DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN > DDDDeeeeccccllllaaaarrrraaaattttiiiioooonnnn aaaannnndddd > AAAAcccccccceeeessssssss ooooffff LLLLiiiissssttttssss ooooffff LLLLiiiissssttttssss > > Could anyone please provide a method to clean this up. > I have been trying grep but not been successful.
$ perl -le'$_="DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN";tr/A-Za-z//s;print' DESCRIPTION John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]