I'm looking to find / replace in alot of files and was wondering if anybody could recommend some good tools for Windows. I'd prefer them to be free.
Thanks
|
I'm looking to find / replace in alot of files and was wondering if anybody could recommend some good tools for Windows. I'd prefer them to be free. Thanks
| ||||
|
feedback
|
|
| |||
|
feedback
|
|
Install Cygwin, its free and gives a linux-like scriptable environment in Windows. List files in a directory (folder) with,
Use that to search in multiple files like this,
Use it to replace across files like this.
Here, You can build up for there for many other requirements. The Advanced Bash Scripting guide at the Linux Documentation Project site is a good reference and most of the concepts work under Cygwin. Also has Awk, sed, briefs at the end. | ||||
|
feedback
|
|
Whilst probably not as fast as the above options - Notepad++ has a good find/replace with RegEx support. | |||
|
feedback
|
|
I would go with Cygwin. If this is not desirable, on http://unxutils.sourceforge.net/ you can find a bunch of standalone GNU utilities like sed, grep and find ported to Windows. | |||
|
feedback
|
|
I've been using Text WorkBench for a while now and think it's fantastic. It's got lots of useful features including batch replace plans, regular expressions, include/exclude file extensions, editing files inside the application, etc. Not free though... Think it costs about $40, but is easily worth it given the amount of time it saves. I'm not affiliated with the company in anyway, just a happy customer. | |||
|
feedback
|