afcompare(1)
NAME
afcompare - compares two AFF files or an AFF file and a raw file
SYNOPSIS
afcompare [options] file1 file2
OPTIONS
-v Just print the version number and exit
-q Quiet. No output except for errors
-a print what's the same (all)
-b print the numbers of differing sectors
-c print the contents of differing sectors
-p ### Just examine the differences on page ###
-r Remove the ISO file if the two are equal.
EXAMPLES
- compare file1 & file2
- afcompare file1.aff file2.aff
- Examples: For comparing ISO and AFF files:
- compare file.aff and file.img
- afcompare -b img file.aff
- compare file1.aff, file1.img, etc.
- afcompare -b img file1.aff file2.aff...
AUTHOR
afcompare is part of afflib and was written by Simson L. Garfinkel
- This manual page was written by Kenny Duffus <kenny@duffus.org> for
Ubuntu but may be used by others.