On Sun, 30 Jul 2006 06:08:27 +0000, Traveler wrote:
> Hello,
>
> I am looking for a small fast exe program that's can search
> recursively large number of files for couple of words and return total
> number of occurrence it found in all files?
>
> if anything like is available?
>
Since you mention grep, I'm guessing you're a *nix fan. If so, you may
be interested in UnxUtils:
http://unxutils.sourceforge.net/
"Here are some ports of common GNU utilities to native Win32. In this
context, native means the executables do only depend on the Microsoft
C-runtime (msvcrt.dll) and not an emulation layer like that provided by
Cygwin tools"
The only standard tool I didn't find in there was strings. I think
it's
www.sysinternals.com that has a version of strings for
Windows. It even has a unicode option.