If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Hi i have this sed command to find the word old and replace with 'new' (with single quote in between)
My problem is the single quote dont recognize below is my script.
sed 's/old/'new'/' file.txt > newword
mv newword file.txt