shell - sed command replacing string that contains special character is not working -
I want to change a particular string inside file.txt. My string is like this:
old string
tech = / lsf / dfg / avi, / ldf / fgh / vv
-> New string
technology = $ var
I have tried the following
sed -i 's / tech
Comments
Post a Comment