Home » Infrastructure » Unix » Adding special characters in a string with SED
Adding special characters in a string with SED [message #220873] |
Thu, 22 February 2007 08:28  |
libanori
Messages: 11 Registered: February 2007 Location: ireland
|
Junior Member |
|
|
Hi
more testfile | sed s/","/",',"/g
the above statement works ok, but
I want to add the characther " instead the '
what is the syntax for that?
If do
more testfile | sed s/","/",","/g
I get an error msg
thanks.
|
|
|
|
|
Goto Forum:
Current Time: Fri May 02 09:22:15 CDT 2025
|