home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / textutils-1.9-bin.lha / man / cat1 / comm.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. COMM(1L)                                                 COMM(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        comm - compare two sorted files line by line
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ccoommmm [-123] [--help] [--version] file1 file2
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        This  manual page documents the GNU version of ccoommmm.  ccoommmm
  15.        prints lines that are common, and lines that  are  unique,
  16.        to  two  input files.  The two files must be sorted before
  17.        ccoommmm can be used.  The file name `-'  means  the  standard
  18.        input.
  19.  
  20.        With  no options, ccoommmm produces three column output.  Col-
  21.        umn one contains lines unique to _f_i_l_e_1,  column  two  con-
  22.        tains  lines  unique  to  _f_i_l_e_2, and column three contains
  23.        lines common to both files.
  24.  
  25.    OOPPTTIIOONNSS
  26.        The options _-_1, _-_2, and _-_3 suppress printing of the corre-
  27.        sponding columns.
  28.  
  29.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  30.               tus.
  31.  
  32.        _-_-_v_e_r_s_i_o_n
  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.