Query: cmp
OS: minix
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 filesSYNOPSIScmp [-ls] file1 file2OPTIONS-l Loud mode. Print bytes that differ (in octal) -s Silent mode. Print nothing, just return exit statusEXAMPLEScmp file1 file2 # Tell whether the files are the same cmp -l file1 file2 # Print all corresponding bytes that differDESCRIPTIONTwo files are compared. If they are identical, exit status 0 is returned. If they differ, exit status 1 is returned. If the files cannot be opened, exit status 2 is returned. If one of the file arguments is -, then stdin is compared to the other file.SEE ALSOcomm(1), diff(1). CMP(1)
Related Man Pages |
---|
bzdiff(1) - opensolaris |
cmp(1) - redhat |
bzcmp(1) - sunos |
zcmp(1) - x11r4 |
zcmp(1) - xfree86 |
Similar Topics in the Unix Linux Community |
---|
Using AIX HACMP and NFS together |
Did a Mistake with HACMP |
HACMP switch over |
AIX Hardware Migration w/ HACMP...Advice Needed |
FileSystems under HACMP |