Hi,

I have a problem using search and replace in a text editor.  I have a
txt file that has several ^ characters and I'm trying to replace all ^
characters with \1 .

I've tried using emacs keys ; escape x replace-string, but no luck.
I've even tried vi command :%s/^/\1/g. but no luck there either.  I
think with this command :%s/^/\1/g the \1 messes up the command.

If anyone could help it would be greatly appreciated thanks

Matt


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to