home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUTUE.ZIP / man / comm.man < prev    next >
Text File  |  1992-07-18  |  711b  |  21 lines

  1. NAME
  2.      comm - compare two sorted files line by line
  3.  
  4. SYNOPSIS
  5.      comm [-123] file1 file2
  6.  
  7. DESCRIPTION
  8.      This manual page documents the GNU version of comm.   comm  prints  lines
  9.      that  are common, and lines that are unique, to two input files.  The two
  10.      files must be sorted before comm can be used.  The file  name  `-'  means
  11.      the standard input.
  12.  
  13.      With no options, comm produces three column output.  Column one  contains
  14.      lines  unique  to  file1,  column two contains lines unique to file2, and
  15.      column three contains lines common to both files.
  16.  
  17.      OPTIONS
  18.  
  19.      The options -1,  -2,  and  -3  suppress  printing  of  the  corresponding
  20.      columns.
  21.