plan9 man page for comm

Query: comm

OS: plan9

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

COMM(1) 						      General Commands Manual							   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 or suppresses printing of the corresponding column.
EXAMPLE
comm -12 file1 file2 Print lines common to two sorted files.
SOURCE
/sys/src/cmd/comm.c
SEE ALSO
sort(1), cmp(1), diff(1), uniq(1) COMM(1)
Related Man Pages
comm(1) - mojave
comm(1) - debian
comm(1) - osf1
comm(1) - netbsd
comm(1) - freebsd
Similar Topics in the Unix Linux Community
Need help with -exec cp command.
How Can We Increase the Size of Our Community?
Need help with sed/awk command
Perl command in bash
Building JSON command with bash script