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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 08-08-2007
bigearsbilly bigearsbilly is offline
Registered User
 

Join Date: Feb 2006
Location: Southern England
Posts: 102
perl -i.bak -pe 's/THIS/THAT/g' file ...
Reply With Quote