currently I have a file
that contains the text
Your path: ../test/tester [hello] whatever
But I want to change it to: Your path: ../../tested/text [hello] whatever
I've tried sed but I believe ../ is a special character so I'm not too sure how to approach this problem.
This won't work for me.
sed s/tester/..//g;s/tester/tested/text/