Find Ü
   ßßßßß

 Finds a text string inside of a file.

 Syntax: FIND "string" filename
   string   The string you want to find.  It can be up to 128 characters
            long
   filename The file that is to be searched for the string

 Do not use this command with executable files.

 Example:
   C:\>find "Readme" readme.txt
   2 README.TXT

   C:\>_

 Where 2 being the line number the text was found on and README.TXT bieng
 the line where the text was found.