Comp Ü
   ßßßßß

 Compares two sets of files and displays the differences or similarities
 between them.

 Syntax: COMP [filename1] [filename2] [/a] [/c] [/d] [/l] [/n = number]

   filename1
       The name of the first file to compare
   filename2
       The name of the second file to compare
   /d  Displays differences in decimal format.
   /a  Displays differences as characters.
   /l  Displays the line number where a difference occurs, instead
       of the byte offset.
   /n = number
       Compares the first number of lines of both files, even if the
       files are different sizes.
   /c  Performs a comparison that is not case-sensitive.

 Example:
   C:\>comp bugs.txt todo.txt