The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: using sed
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-17-2008
vadharah vadharah is offline
Registered User
  
 

Join Date: Mar 2008
Posts: 27
Quote:
Originally Posted by fpmurphy View Post
Code:
sed -e 's/Foot/Play/g' -e 's/foot/play/g'
i have tried this but words like football r being affected i need football to remain unchanged only change foot where the word is not part of another word