I am looking for a windows tool (exe) or python script which can be used on command line to search and replace strings in text files recursively in a source code tree.

Any suggestions ?

P.S. I am trying to avoid the custom syntax of sed/awd like linux tools. P.S.S. It needs to be automated, therefore it needs to be command line.

Thanks.

Paul

link|improve this question

60% accept rate
feedback

3 Answers

up vote 2 down vote accepted

I think WinGrep may meet your needs. I believe it can be run from the command line. Link: www.wingrep.com

link|improve this answer
feedback

A little pricey, but PowerGrep has a command line interface or so the manual says.

link|improve this answer
feedback

There is fnr.exe, which is a lightweight utility that supports command line. It doesn't have as many features as grep, but it makes it easy to generate command line script by providing all the parameters in windows form. It is available from here: http://findandreplace.codeplex.com

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.