View Single Post

  #2 (permalink)  
Old 04-01-2006, 10:44 PM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Rep Power: 4
tom is on a distinguished road
Default

I think you want to do find and replace then use replace command:
Code:
replace "OLDTEXT" "NEWTEXT" <INPUT-FILE >OUTPUT-FILE
See more usage at
http://www.cyberciti.biz/nixcraft/vi...ng-in-many.php
Reply With Quote