View Single Post
  #6 (permalink)  
Old 07-23-03, 12:56
sypher sypher is offline
Registered User
 
Join Date: Jan 2003
Location: Scotland
Posts: 17
Hi,

You could use this nice wee Perl command

perl -e 's/orig/new/gi' -p -i.bak *.log

The -i.bak will make a back up of all the original files,

I just put in *.log for an example you could use just * for everything

Just another way of doing it. Although I'd take heid of what the other 2 guys are saying

S.
Reply With Quote