debian man page for mincdiff

Query: mincdiff

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MINCDIFF(1)							 MINC User's Guide						       MINCDIFF(1)

NAME
mincdiff - report differences between minc files
SYNOPSIS
mincdiff [-header|-body] [-l] [diff options] file1 file2
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 vari- able. 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.
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.
AUTHOR
Peter Neelin
COPYRIGHTS
Copyright (C) 1993 by Peter Neelin
SEE ALSO
diff(1), cmp(1). $Date: 2004-05-20 21:52:08 $ MINCDIFF(1)
Related Man Pages
bzdiff(1) - sunos
zcmp(1) - minix
zcmp(1) - plan9
zdiff(1) - plan9
zdiff(1) - posix
Similar Topics in the Unix Linux Community
Compare two text files and Only show the differences
Compare two files using shell script
Compare two CSV files and put the difference in third file with line no,field no and diff value.
Compare two files with different column entries..:-(
For loop to get rid of first 2 lines(conditionally)