cmp cmp (1) - compare two files byte by byte
Examples:
First, let's see the contents of the two files 'file1.txt and file2.txt'.
cat file1.txt
cat file2.txt
cat file1and2.txt
cmp file1.txt file1.txt
cmp -s file1.txt file1.txt
Please click on " cmp in PDF " format.
Please click on " cmp in HTML " format.