On 10/7/2004 6:05 PM, David D Miller wrote:
Where do I find this wonderful little tool?  I looked for it on DOS and
Unix without any luck.  Not part of the perl delivery I guess.

Just use perl:

perl -lpe 'tr/\015//d' > newfile.pl

or tr

tr -d \015 < oldfile > newfile

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to