> 
> >Do you know of a quick sed script that will remove them?

Not sed, but works for me...

        tr -d '\015' <file.txt >file.txt.clean 

Then mv the file.

Joel


Reply via email to