in reply to can't see ^M to process.
Where ^M is entered by hitting CTRL-V then CTRL-M (you'll see it shows up the same as the offending ^M's) Often systems will also have a dos2unix command. (others above have pointed out how to remove them using perl):%s/^M//g
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: can't see ^M to process.
by Codon (Friar) on Jul 19, 2005 at 16:20 UTC | |
by DougC (Novice) on Aug 05, 2005 at 09:40 UTC |