rayment / bdiff

(Mirror) Compare two binary files byte by byte.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

(Mirror) Compare two binary files byte by byte.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 78.9%Language:Makefile 21.1%