The UNIX and Linux Forums  

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 02-06-2007
venkatba venkatba is offline
Registered User
  
 

Join Date: Feb 2007
Posts: 3
Thanks for the quick reply.

I tried the following command:

cat web.xml | sed -e 's/'$'BACK_OFFICE_URL_IP'$'/10.203.13.130/' > web_sed.xml

but it replaced the string with ip address but the $ 's still there.


Thanks for your help