comp
Windows CMD · Text · available in the simulator
What it does
Binary file comparison.
Syntax
comp [datos1] [datos2] [/d] [/a] [/l] [/n=número] [/c]
Options and parameters
/cignores case
/adisplays differences as characters
/mdisplays only the differences
/ldisplays line numbers
/ADisplays differences as characters.
/DDisplays differences in decimal format.
/LDisplays the line number for each difference.
/NCompares only the specified number of lines.
/CPerforms a case-insensitive comparison.
Usage examples
comp f1 f2comp f1 f2 /ccomp f1 f2 /m /acomp a.txt b.txt