Penguin
Annotated edit history of comm(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 COMM
2 !!!COMM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 comm - compare two sorted files line by line
15 !!SYNOPSIS
16
17
18 __comm__ [[''OPTION'']... ''LEFT_FILE
19 RIGHT_FILE''
20 !!DESCRIPTION
21
22
23 Compare sorted files LEFT_FILE and RIGHT_FILE line by
24 line.
25
26
27 __-1__
28
29
30 suppress lines unique to left file
31
32
33 __-2__
34
35
36 suppress lines unique to right file
37
38
39 __-3__
40
41
42 suppress lines unique to both files
43
44
45 __--help__
46
47
48 display this help and exit
49
50
51 __--version__
52
53
54 output version information and exit
55 !!AUTHOR
56
57
58 Written by Richard Stallman and David
2 perry 59 !MacKenzie.
1 perry 60 !!REPORTING BUGS
61
62
63 Report bugs to
64 !!COPYRIGHT
65
66
67 Copyright 1999 Free Software Foundation, Inc.
68 This is free software; see the source for copying
69 conditions. There is NO warranty; not even for
70 MERCHANTABILITY or FITNESS FOR A PARTICULAR
71 PURPOSE.
72 !!SEE ALSO
73
74
75 The full documentation for __comm__ is maintained as a
76 Texinfo manual. If the __info__ and __comm__ programs
77 are properly installed at your site, the
78 command
79
80
81 __info comm__
82
83
84 should give you access to the complete manual.
85 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.