Home   Cover Cover Cover Cover
 

Grep

This utility allows regular expression search across multiple files.

grep pattern filename {filename}

The pattern is specified with a regular expression as it is common under .NET. The filenames can contain the wildcard characters * and ?

You can download the executable and the sources in C#.

Author: Hanspeter Mössenböck