/bdiff

(Mirror) Compare two binary files byte by byte.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

bdiff - compare two binary files byte by byte

---------------------------------------------------

bdiff is a simple UNIX program that acts like `diff' except it works on
binary-based files by comparing each byte of a given file to the byte in the
corresponding position of another given file.

bdiff is licensed under BSD 3-Clause.
All license information is available in the included COPYING file.

USAGE
-----

Usage: bdiff [options] <file1> <file2>
Compare two binary files byte by byte.

Options:
    -c      show coloured output
    -g n    num. bytes per output group (default 2)
    -h      print this help message
    -l n    num. lines to output (default 4, use 0 for infinite)
    -v      print the program version