On Mon, 31 Dec 2001, Connie Chan wrote:

=>^M means you want to find a string that "start with M".
=>if you want to cut ^M as a space, maybe in this way;
=>
=>s/\^M/ /g;
=>
This problem sounds more like the case of a text file ending in the
'Control-M' sequence.  Try s/\cM// -- Happy New Year!

                                - Dwalu
..peace
--
I am an important person in this world -
Now is the most important time in my life -
My mistakes are my best teachers -
So I will be fearless.
                                - Student Creed



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to