home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / comm.man < prev    next >
Text File  |  1993-06-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. COMM(1L)                                                 COMM(1L)
  5.  
  6.  
  7. NAME
  8.        comm - compare two sorted files line by line
  9.  
  10. SYNOPSIS
  11.        comm [-123] [--help] [--version] file1 file2
  12.  
  13. DESCRIPTION
  14.        This  manual page documents the GNU version of comm.  comm
  15.        prints lines that are common, and lines that  are  unique,
  16.        to  two  input files.  The two files must be sorted before
  17.        comm can be used.  The file name `-'  means  the  standard
  18.        input.
  19.  
  20.        With  no options, comm produces three column output.  Col-
  21.        umn one contains lines unique to file1,  column  two  con-
  22.        tains  lines  unique  to  file2, and column three contains
  23.        lines common to both files.
  24.  
  25.    OPTIONS
  26.        The options -1, -2, and -3 suppress printing of the corre-
  27.        sponding columns.
  28.  
  29.        --help Print a usage message and exit with a non-zero sta-
  30.               tus.
  31.  
  32.        --version
  33.               Print version information on  standard  error  then
  34.               exit.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. FSF                     GNU Text Utilities                      1
  65.  
  66.  
  67.