Looking for A Grep like program

Soldato
Joined
9 Dec 2006
Posts
9,289
Location
@ManCave
Looking for a piece of software that will go through all text files in a folder looking for certain phrases, & save output nicely in a textfile.

for example
search for bob,derek

output
1.txt found bob 4 times
1.txt found Derek 4 times.

only trouble is I need it fully be able to run from command line for automation.

I made one in VB, but before I remake in C wondered if there anything out there first.
 
Back
Top Bottom