home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / man / manpages.zoo / comm.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  820 b   |  67 lines

  1.  
  2.  
  3.  
  4. COMM(1L)                                                 COMM(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      comm - compare two sorted files line by line
  10.  
  11. SYNOPSIS
  12.      comm [-123] file1 file2
  13.  
  14. DESCRIPTION
  15.      This manual page documents the GNU version of comm.  comm
  16.      prints lines that are common, and lines that are unique, to
  17.      two input files.  The two files must be sorted before comm
  18.      can be used.  The file name `-' means the standard input.
  19.  
  20.      With no options, comm produces three column output.  Column
  21.      one contains lines unique to _✓f_✓i_✓l_✓e_✓1, column two contains
  22.      lines unique to _✓f_✓i_✓l_✓e_✓2, and column three contains lines com-
  23.      mon to both files.
  24.  
  25.      OPTIONS
  26.  
  27.      The options -_✓1, -_✓2, and -_✓3 suppress printing of the
  28.      corresponding columns.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  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. Page 1
  64.  
  65.  
  66.  
  67.