COHERENT help
This page displays the COHERENT help information for cmp.
Listing of available help pages
cmp -- Compare bytes of two files
cmp [-ls] file1 file2 [skip1 skip2]
Options:
-l Print byte number and bytes at each difference
-s Return status (print nothing)
If file1 is `-', use stdin. If skip1 and skip2 are present, they are the
number of bytes to skip before comparing file1 and file2, respectively.