find — \Windows\Command\find.exe
After searching the specified files, find
displays
any lines of text that contain the string you've
specified for your search. find
is useful for
searching for specific words (strings) in files, but
don't get it confused with Start →
Search → For Files or Folders, which is capable of
searching for text, files, directories, etc., and has many other
capabilities that the find
command
doesn't have. The find
options
are:
find [/v] [/c] [/n] [/i] [/offline] "string
" [filename
[ ...]]