Erez -
Perhaps you could first convert the binary files to text representation
(od --address-radix none) and then preform the comparison in that
dimension?
Yaacov
Erez D wrote:
hi
i am looking for something like 'diff' which can compare binary files
and give a result other then just 'differ' or 'same'
the same as what diff does for text files.
i though of using xxd with a regular diff, but that doesn't help, as
if there is one byte missing, all lines are shifted which means they
are different textually, when they are not really.
thanks,
erez.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]