find
Displays lines in a text file that contain a string.
find [options] string [[d:][path]file1] ...
Options
/V
Inverts the search: displays lines that do NOT contain the string.
/C
Only displays a count of the matching lines.
/N
Displays line numbers.
/I
Ignore case during the comparison.
[[d:][path]file1] ...
Specifies the file(s) you wish to search.
Note:If you do not specify a file, find will take input
from the console. Type Ctrl-Z to finish.
Copyright © 1998 Jim Hall
This file is derived from the FreeDOS Spec Command HOWTO.
See the file H2Cpying.txt for copying conditions.