

comm                         Command                         comm




Print common lines

ccoommmm [ -112233 ] _f_i_l_e_1 _f_i_l_e_2

The command  comm prints the  lines unique to file1  in the first
column, the  lines unique to file2 in the  second column, and the
lines common  to both in the third.  Both  file1 and file2 should
be sorted  in ASCII order.  Any or all  columns may be suppressed
by indicating  the column or columns to  suppress in the optional
flag.  The file `-' means standard input.

***** See Also *****

cmp, commands, diff, sort, uniq










































COHERENT Lexicon                                           Page 1


