-
Couldn't load subscription status.
- Fork 0
(Mirror) Compare two binary files byte by byte.
License
Couldn't load subscription status.
rayment/bdiff
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published