I have more than 1000 php files.

I need to BULK search and replace a text.

I want to serach and replace both file content and filenames.

Is there any script or software available to do that?

link|improve this question

50% accept rate
I use windows 7 – Giri Dec 23 '11 at 21:36
feedback

migrated from webmasters.stackexchange.com Dec 24 '11 at 16:48

This question came from our site for pro webmasters.

2 Answers

up vote 6 down vote accepted

Try Notepad++ for find and replace file contents

link|improve this answer
Does notepad++ let you search and replace all files in an entire directory tree? – Lèse majesté Dec 24 '11 at 15:46
2  
yes, you can find and replace text in files in a directory ( and all sub directories) – Ashian Dec 24 '11 at 16:23
feedback

Try TextPad, although you have to open the files, you can open all at once. Global find and replace works very fast.

You can also try Replacer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.