From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/comm.html | 79 ------------------------------------------------------ 1 file changed, 79 deletions(-) delete mode 100644 man/man1/comm.html (limited to 'man/man1/comm.html') diff --git a/man/man1/comm.html b/man/man1/comm.html deleted file mode 100644 index 860a0956..00000000 --- a/man/man1/comm.html +++ /dev/null @@ -1,79 +0,0 @@ - -comm(1) - Plan 9 from User Space - - - - -
-
-
COMM(1)COMM(1) -
-
-

NAME
- -
- - comm – select or reject lines common to two sorted files
- -
-

SYNOPSIS
- -
- - comm [ −123 ] file1 file2
-
-
-

DESCRIPTION
- -
- - Comm reads file1 and file2, which are in lexicographical order, - and produces a three column output: lines only in file1; lines - only in file2; and lines in both files. The file name means - the standard input. -
- - Flag 1, 2, or 3 suppresses printing of the corresponding column.
- -
-

EXAMPLE
- -
- - comm −12 file1 file2
-
-
- - Print lines common to two sorted files.
- -
- -
-

SOURCE
- -
- - /usr/local/plan9/src/cmd/comm.c
-
-
-

SEE ALSO
- -
- - sort(1), cmp(1), diff(1), uniq(1)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3