![]() |
grepf |
|
| Home « Computers « grepf | ||
grepf is a command line utility written in C# under the .NET 1.1 Framework that searches for text in files using regular expressions and then copies or moves the files containing matches. This utility was developed out of simple need, as I found I was frequently searching for strings in files and wanting to move the matching files to other directories. This most common us of this function is for filtering spam as it arrives at the Nancy Street mail server.
Here is the help display from grepf when no parameters are entered:
grepf (Version 1.5.0.0) |
A description of the regular expression syntax can be found at MSDN Introduction To Regular Expressions.
grepf Project - (6KB) ZIP of the Visual Studio .NET 2003 Project with source code |
|
| grepf Executable - (5KB) ZIP of the EXE file only |
Back to: Computers & Software Main Page