Need a cmd line tool for find&replace

  • Thread starter Thread starter DenoxiS
  • Start date Start date
D

DenoxiS

Hi,

Is there any MS (or a free and stable 3rd party) tool that allows me
to find and replace string matches withing text files?

I installed Windows Resource Kit, which has qgrep in it but it doesn't
replace the found string.

This is for Windows XP Pro and Windows 2003 standard server.

Thanks in advance.
 
DenoxiS said:
Is there any MS (or a free and stable 3rd party) tool that allows me
to find and replace string matches withing text files?
Hi

You can e.g. use gsar (Unix port) for this.

gsar111.zip, General Search And Replace on files (Documentation & Source)
http://home.online.no/~tjaberg/

or

gsar.exe in the free UnxUtils suite at http://unxutils.sourceforge.net
(in a command prompt, run gsar.exe without any parameters for help screen)
 
Back
Top