![]() |
How can sed (or any other such utility) replace `x\"y' with `x\\\"y'?
The problem is that I need to turn
Code:
x\"yCode:
x\\\"yCode:
\" |
Code:
echo 'x\"y' | sed 's/x\\"y/x\\\\\\"y/' |
| All times are GMT -5. The time now is 02:31 AM. |