The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 08-27-2008
joeyg's Avatar
joeyg joeyg is offline Forum Staff  
modérateur
  
 

Join Date: Dec 2007
Location: Home of 17-time world champion Boston Celtics
Posts: 1,311
Wink Take a look at diff

Below, I copy ots to another location; meaning both files are identical.
The 2nd line diff command returns nothing; confirming that the files are identical.

I then compare two slightly different versions of the file; and get the message that the binary files are different.

Code:
> cp otsort ../cbin2/ots_orig
> diff otsort ../cbin2/ots_orig
> diff ots ots64
Binary files ots and ots64 differ