I have been looking around and I find grep and Gawk fairly difficult to grasp without much knowledge on UNIX. I have about 50 php files and I need to replace "stringA" inside each of these files by "stringB" Does someone know of an easy to use tool? If I had extra time I could write one up in PHP with the search functions.
4 Answers
I think you can open multiple files with ultra edit and do a find replace all on them. http://www.ultraedit.com/
1 Comment
Noufal Ibrahim
While "workable", I think shell proficiency is very important for anyone developing on UNIX. Shell pipelines are more reliable, more flexible, lighter and can work even when you don't have X running.