summaryrefslogtreecommitdiffstats
path: root/usr.bin/comm/comm.1
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-07 15:09:22 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-07 15:09:22 +0000
commitcaa2e7e2da294fd9afa91fec5201e2e7cd44ba9b (patch)
tree17ccdf70a6799a645b2de5790c7b81f4fe69b15a /usr.bin/comm/comm.1
parentfc4aea9e02bf57962e9fbec614769f5f64003e3d (diff)
downloadFreeBSD-src-caa2e7e2da294fd9afa91fec5201e2e7cd44ba9b.zip
FreeBSD-src-caa2e7e2da294fd9afa91fec5201e2e7cd44ba9b.tar.gz
Teach comm(1) and uniq(1) about an option for case-insensitive work.
PR: 3042 Submitted by: graphix@iastate.edu (Kent Vander Velden)
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r--usr.bin/comm/comm.17
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1
index 72ee36f..8876de8 100644
--- a/usr.bin/comm/comm.1
+++ b/usr.bin/comm/comm.1
@@ -32,7 +32,8 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)comm.1 8.1 (Berkeley) 6/6/93
+.\" From: @(#)comm.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Os
@@ -42,7 +43,7 @@
.Nd select or reject lines common to two files
.Sh SYNOPSIS
.Nm comm
-.Op Fl 123
+.Op Fl 123i
.Ar file1 file2
.Sh DESCRIPTION
The
@@ -69,6 +70,8 @@ Suppress printing of column 1.
Suppress printing of column 2.
.It Fl 3
Suppress printing of column 3.
+.It Fl i
+Case insensitive comparison of lines.
.El
.Pp
Each column will have a number of tab characters prepended to it
OpenPOWER on IntegriCloud