FIND: Prints all lines of a file that contain a string
FIND [ /C ] [ /I ] [ /N ] [ /V ] "string" [ file... ]
  /C  Count the number of lines with occurrences of the string
  /I  Ignore case
  /N  Number the displayed lines, starting at 1
  /V  Print lines that do not contain the string