Re: add filename to existing string in file

2008-08-28 Thread Gerald Wheeler
John, Thanks for the very fast reply.. Much appreciated.. will give it a try.. J. >>> "John W. Krahn" <[EMAIL PROTECTED]> 8/28/2008 2:45:38 PM >>> Gerald Wheeler wrote: > All, Hello, > How would I use something like this: perl -pei > 's/mailto:[EMAIL PROTECTED]/mailto:[EMAIL PROTECTED]

Re: add filename to existing string in file

2008-08-28 Thread John W. Krahn
Gerald Wheeler wrote: All, Hello, How would I use something like this: perl -pei 's/mailto:[EMAIL PROTECTED]/mailto:[EMAIL PROTECTED] Comment Concerning Page: /g' `find ./ -name *.html *.htm` To recursively (in current and all subdirectories) find and replace this: mailto:[EMAIL PROTECTE

add filename to existing string in file

2008-08-28 Thread Gerald Wheeler
All, How would I use something like this: perl -pei 's/mailto:[EMAIL PROTECTED]/mailto:[EMAIL PROTECTED] Comment Concerning Page: /g' `find ./ -name *.html *.htm` To recursively (in current and all subdirectories) find and replace this: mailto:[EMAIL PROTECTED] with this: mailto:[EMAIL PROTEC