Tizen 2.0 Release
[external/tizen-coreutils.git] / man / comm.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH COMM "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 comm \- compare two sorted files line by line
5 .SH SYNOPSIS
6 .B comm
7 [\fIOPTION\fR]... \fIFILE1 FILE2\fR
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Compare sorted files FILE1 and FILE2 line by line.
12 .PP
13 With no options, produce three\-column output.  Column one contains
14 lines unique to FILE1, column two contains lines unique to FILE2,
15 and column three contains lines common to both files.
16 .TP
17 \fB\-1\fR
18 suppress lines unique to FILE1
19 .TP
20 \fB\-2\fR
21 suppress lines unique to FILE2
22 .TP
23 \fB\-3\fR
24 suppress lines that appear in both files
25 .TP
26 \fB\-\-help\fR
27 display this help and exit
28 .TP
29 \fB\-\-version\fR
30 output version information and exit
31 .SH AUTHOR
32 Written by Richard Stallman and David MacKenzie.
33 .SH "REPORTING BUGS"
34 Report bugs to <bug\-coreutils@gnu.org>.
35 .SH COPYRIGHT
36 Copyright \(co 2007 Free Software Foundation, Inc.
37 .br
38 This is free software.  You may redistribute copies of it under the terms of
39 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
40 There is NO WARRANTY, to the extent permitted by law.
41 .SH "SEE ALSO"
42 The full documentation for
43 .B comm
44 is maintained as a Texinfo manual.  If the
45 .B info
46 and
47 .B comm
48 programs are properly installed at your site, the command
49 .IP
50 .B info comm
51 .PP
52 should give you access to the complete manual.