View Full Version : Search and Replace Question
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 {} \;
vBulletin® v3.7.3, Copyright ©2000-2012, Jelsoft Enterprises Ltd.