charlie1105
MIS
I'm looking for a way to get sed to look for string and only that string i.e to find "or" but not "for" or "organise" or "fore" etc. I know that with grep you can use '-w' to search for whole words, but I can't find anyway of doing this with sed, can anyone help?