Removing ^M

Michael Kelly mkelly2002 at adelphia.net
Sat Jun 8 13:21:17 EDT 2002


Michael Hall wrote:

> Python ... I love it! I knew about dos2unix but it's not on my box for
> some reason, and downloading and installing it seemed like overkill.
> This script worked like a charm.
> 

If you're on a unix flavor this works pretty well

tr -d '\015' <infile >outfile

-- 

"Only choice is an oxymoron."




More information about the Python-list mailing list