I wanted to replace a "$$" sign in a given text with a blank space.
Eg
<$x="zdvzj$$czxCBz$$mzxncmnc">
<sandr "$$" " " $x><$x=$ret>
this above case does not work for $ as it is a special char.
Which is the escape sequence that I can use for the above case.
Eg
<$x="zdvzj$$czxCBz$$mzxncmnc">
<sandr "$$" " " $x><$x=$ret>
this above case does not work for $ as it is a special char.
Which is the escape sequence that I can use for the above case.