Need a cmd line tool for find&replace

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.
 
T

Torgeir Bakken \(MVP\)

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top