in reply to RE: Remove the ^M Character from a Document
in thread Remove the ^M Character from a Document

I don't think it would work for anyone. You need to put the -e right before the Perl code. As is, it tries to execute the Perl code "-pi" with @ARGV set to ('tr/\r//d').

  • Comment on RE: RE: Remove the ^M Character from a Document