FIND command for MS-DOS

This version of FIND is similar to the original MS-DOS FIND command
except that it allows multiple search strings and filenames, allows
wildcards in the search filenames, will search subdirectories,  and
has many other additional options and features.

Search for text string(s) in a file or files.

FIND "string"... [drive:path\filespec...] [options]

 /C          Display only the count of lines containing the string(s)
 /Ddd/mm/yy  Search files changed on or after this date (default: today)
 /D-dd/mm/yy Search files changed before or on this date
 /H          Include hidden/system files in the search
 /I          Ignore the case of characters when searching
 /K          Keep going, even if errors occur
 /N          Display line numbers preceeding the text
 /S          Search subdirectories
 /V          Display lines NOT containing at least one search string
 "string"    Specifies the text string(s) to find
 drive:path\filespec  Specifies file(s) to search

If no pathnames are specified, FIND searches the standard input stream

Copyright 1998-2003 Dave Dunfield - Freely distributable.
