cmp - compare files — Inferno 1ed
cmp - compare files
cmp [-Ll] file1 file2 [offset1] [offset2]
Description
The cmp command does a byte-wise comparison the contents of files file1 and file2 starting at offsets offset1 and offset2 (default 0).file1 file2 differ: char xxxwhere xxx is in decimal format.
Options
Note
Though the output line describes char differences, the comparison is done on a byte-by-byte basis.
infernosupport@lucent.com Copyright © 1996,Lucent Technologies, Inc. All rights reserved.