Quote:
Originally Posted by Tytalus
How about just adding a space or two...:
Code:
sed -e 's/Foot /Play /g' -e 's/ foot / play /g'
|
Thanx!!! that seems to do the trick...is there any way i can improve it to say for example notify me that there is a similar word but it is part of another word?