Deleted Added
full compact
comm.1 (227589) comm.1 (233648)
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93
1.\" Copyright (c) 1989, 1990, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 15 unchanged lines hidden (view full) ---

24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93
32.\" $FreeBSD: head/usr.bin/comm/comm.1 227589 2011-11-16 22:02:59Z imp $
32.\" $FreeBSD: head/usr.bin/comm/comm.1 233648 2012-03-29 05:02:12Z eadler $
33.\"
34.Dd December 12, 2009
35.Dt COMM 1
36.Os
37.Sh NAME
38.Nm comm
39.Nd select or reject lines common to two files
40.Sh SYNOPSIS

--- 15 unchanged lines hidden (view full) ---

56.Ar file2 ;
57and lines in both files.
58.Pp
59The filename ``-'' means the standard input.
60.Pp
61The following options are available:
62.Bl -tag -width indent
63.It Fl 1
33.\"
34.Dd December 12, 2009
35.Dt COMM 1
36.Os
37.Sh NAME
38.Nm comm
39.Nd select or reject lines common to two files
40.Sh SYNOPSIS

--- 15 unchanged lines hidden (view full) ---

56.Ar file2 ;
57and lines in both files.
58.Pp
59The filename ``-'' means the standard input.
60.Pp
61The following options are available:
62.Bl -tag -width indent
63.It Fl 1
64Suppress printing of column 1, lines only in
64Suppress printing of column 1, lines only in
65.Ar file1 .
66.It Fl 2
67Suppress printing of column 2, lines only in
68.Ar file2 .
69.It Fl 3
70Suppress printing of column 3, lines common to both.
71.It Fl i
72Case insensitive comparison of lines.

--- 46 unchanged lines hidden ---
65.Ar file1 .
66.It Fl 2
67Suppress printing of column 2, lines only in
68.Ar file2 .
69.It Fl 3
70Suppress printing of column 3, lines common to both.
71.It Fl i
72Case insensitive comparison of lines.

--- 46 unchanged lines hidden ---