PDA

View Full Version : Search and Replace Question


kong
06-19-2001, 10:01 PM
Anyone know a simple way to search and replace hundreds of files on a linux machine?

Thanks
-Kong

Energy Hosting
06-19-2001, 10:09 PM
http://kfilereplace.sourceforge.net/

eXtremal
06-20-2001, 03:03 AM
<font face="Verdana, Arial" size="2">Originally posted by kong:

Anyone know a simple way to search and replace hundreds of files on a linux machine?

Thanks
-Kong</font>

find ./ -name "*pattern*" -exec cp otherfile {} \;