Query: cmp
OS: hpux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
cmp(1) General Commands Manual cmp(1)NAMEcmp - compare two filesSYNOPSISfile1 file2 [skip1 [skip2]]DESCRIPTIONcompares two files (if file1 or file2 is the standard input is used). Under default options, makes no comment if the files are the same; if they differ, it announces the byte and line number at which the difference occurred. If one file is an initial subsequence of the other, that fact is noted. skip1 and skip2 are initial byte offsets into file1 and file2, respectively; and maybe octal or decimal; the form of the number is determined by the environment variable (in the C locale, a leading 0 denotes an octal number. See on environ(5) and strtol(3C)). recognizes the following options: Print the byte number (decimal) and the differing bytes (octal) for each difference (byte numbering begins at 1 rather than 0). Print nothing for differing files; return codes only.EXTERNAL INFLUENCESEnvironment Variables determines the language in which messages are displayed. If is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of If any internationalization variable contains an invalid setting, behaves as if all internationalization variables are set to "C". See environ(5). International Code Set Support Single- and multi-byte character code sets are supported.DIAGNOSTICSreturns the following exit values: Files are identical. Files are not identical. Inaccessible or missing argument. prints the following warning if the comparison succeeds till the end of file of file1(file2) is reached. SEE ALSO comm(1), diff(1).STANDARDS CONFORMANCEcmp(1)
Related Man Pages |
---|
cmp(1) - opensolaris |
lzcmp(1) - suse |
cmp(1) - ultrix |
xzdiff(1) - suse |
bdiff(1) - hpux |
Similar Topics in the Unix Linux Community |
---|
Check if 2 files are identical byte-to-byte? |
Pattern matchin Between Two Files |
Problem with simple octal to decimal code |
Diff 2 Delimiter Files. |
passing variable to another file and replacing |