.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH COMM "1" "March 2004" "comm (coreutils) 5.2.1" "User Commands"
.SH NAME
comm \- compare two sorted files line by line
.SH SYNOPSIS
.B comm
[\fIOPTION\fR]... \fIFILE1 FILE2\fR
.SH DESCRIPTION
.\" Add any additional description here
.PP
Compare sorted files FILE1 and FILE2 line by line.
.PP
With no options, produce three-column output. Column one contains
lines unique to FILE1, column two contains lines unique to FILE2,
and column three contains lines common to both files.
.TP
\fB\-1\fR
suppress lines unique to FILE1
.TP
\fB\-2\fR
suppress lines unique to FILE2
.TP
\fB\-3\fR
suppress lines that appear in both files
.TP
\fB\-\-help\fR
display this help and exit
.TP
\fB\-\-version\fR
output version information and exit
.SH AUTHOR
Written by Richard Stallman and David MacKenzie.
.SH "REPORTING BUGS"
Report bugs to .
.SH COPYRIGHT
Copyright \(co 2004 Free Software Foundation, Inc.
.br
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
.SH "SEE ALSO"
The full documentation for
.B comm
is maintained as a Texinfo manual. If the
.B info
and
.B comm
programs are properly installed at your site, the command
.IP
.B info coreutils comm
.PP
should give you access to the complete manual.
www.fiveanddime.net