RE: OT: Does anybody know of a good multi-file search and replace uti l?

Perl. There’s a good Win32 port from ActiveState
(http://www.activestate.com/ActivePerl/), or for more info see
www.perl.com.

Also, this stuff is just a lot easier (for me anyway) with UNIX tools.
Get cygwin (www.cygwin.com), which is a suite of UNIX tools ported to
Win32, along with a shell (bash) and an environment to operate in. Most
of them are .exe’s that require one dll (cygwin1.dll); some are a lot
more complicated though (e.g. perl for cygwin, gcc, …). They have an
automatic downloader/installer too.

-sd

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Brantley, Garth
Sent: Tuesday, February 05, 2002 5:07 PM
To: NT Developers Interest List
Subject: [ntdev] OT: Does anybody know of a good multi-file
search and replace uti l?

Hi all,
Im looking for a good utility for NT. I need a util
which will search &
replace in multiple files/directory trees. I would also like
the util to be
able to output a list of all changes made with line numbers
etc. Basically
I want VC++'s search in files functionality with the ability
to replace. If
anybody knows of something like this please let me know.
Thanks a lot.


Garth Brantley, Development Engineer
DeJarnette Research Systems, Inc
(410) 583-0680 x412
(410) 583-0696 fax


You are currently subscribed to ntdev as:
xxxxx@positivenetworks.net
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

I can send you GNU sed (the Win32 binary, built using source patches to avoid Cygwin or POSIX subsystem).
Call it from VBS script or BAT file.

Max

----- Original Message -----
From: “Brantley, Garth”
To: “NT Developers Interest List”
Sent: Wednesday, February 06, 2002 2:07 AM
Subject: [ntdev] OT: Does anybody know of a good multi-file search and replace uti l?

> Hi all,
> Im looking for a good utility for NT. I need a util which will search &
> replace in multiple files/directory trees. I would also like the util to be
> able to output a list of all changes made with line numbers etc. Basically
> I want VC++'s search in files functionality with the ability to replace. If
> anybody knows of something like this please let me know. Thanks a lot.
>
> ---------------------------------------------------------
> Garth Brantley, Development Engineer
> DeJarnette Research Systems, Inc
> (410) 583-0680 x412
> (410) 583-0696 fax
> ---------------------------------------------------------
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com