To Index

 Documented in Volume 1 of the UNIX Programmers Manual.


 % cmp doc.1 doc.2
  compares files doc.1 and doc.2 and stops on the first difference.


 % cmp -l doc.1 doc.2
  compares the two files and reports ALL the differences.

To Index