This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



COMM(1)                                  BSD General Commands Manual                                 COMM(1)

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

SYNOPSIS
     comm [-123i] file1 file2

DESCRIPTION
     The comm utility reads file1 and file2, which should be sorted lexically, and produces three text col-umns columns
     umns as output: lines only in file1; lines only in file2; and lines in both files.

     The filename ``-'' means the standard input.

     The following options are available:

     -1      Suppress printing of column 1.

     -2      Suppress printing of column 2.

     -3      Suppress printing of column 3.

     -i      Case insensitive comparison of lines.

     Each column will have a number of tab characters prepended to it equal to the number of lower numbered
     columns that are being printed.  For example, if column number two is being suppressed, lines printed
     in column number one will not have any tabs preceding them, and lines printed in column number three
     will have one.

     The comm utility assumes that the files are lexically sorted; all characters participate in line com-parisons. comparisons.
     parisons.

ENVIRONMENT
     The LANG, LC_ALL, LC_COLLATE, and LC_CTYPE environment variables affect the execution of comm as
     described in environ(7).

EXIT STATUS
     The comm utility exits 0 on success, and >0 if an error occurs.

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

STANDARDS
     The comm utility conforms to IEEE Std 1003.2-1992 (``POSIX.2'').

     The -i option is an extension to the POSIX standard.

HISTORY
     A comm command appeared in Version 4 AT&T UNIX.

BUGS
     Input lines are limited to LINE_MAX (2048) characters in length.

BSD                                           January 26, 2005                                           BSD

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...