Sitenotice:
2020: NameSpaces are going to be implemented this year to better separate content. OS-9 Al (talk) 11:18, 15 April 2020 (CDT)
2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)
CMP
Jump to navigation
Jump to search
CMP
CMP compares 2 files at the byte level. It will display the file offset and the value of the byte from every file when a difference is find.
Syntax: CMP <path1> <path2>
Example:
CMP /do/CMDS/xmode /d1/CMDS/xmode
If the files are identical, it returns
Differences None ... Bytes compared: 00000439 Bytes different: 00000000
If the files are different, the result will be something like
Differences byte #1 #2 ======== == == 00000007 80 81 00000008 66 67 0000004C 70 58 Bytes compared: 00000439 Bytes different: 00000003