logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mincdiff - report differences between minc files

Author

       Peter Neelin

Copyrights

       Copyright © 1993 by Peter Neelin

Description

       The  mincdiff  shell  script  compares  two  minc files by running diff(1) on the headers of the two minc
       files, and cmp(1) on the image variable.  You can view only the header differences using -header or  only
       the  body  (image  variable)  differences  using  -body.   The option -l is passed on to cmp of the image
       variable.  Any unrecognized options (e.g. -u) are passed verbatim to the diff of the headers.

Name

       mincdiff - report differences between minc files

Options

-header Compare only the headers of the two files.

       -body Compare only the image data of the two files.

       -l Print the byte offset in decimal and the byte value in octal
              for each difference encountered in the image variable.

See Also

diff(1), cmp(1).

                                          $Date: 2004-05-20 21:52:08 $                               MINCDIFF(1)

Synopsis

mincdiff[-header|-body][-l][diffoptions]file1file2

See Also