home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / gnu / man / cat1 / paste.0 < prev    next >
Text File  |  1993-12-07  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. PASTE(1L)                                               PASTE(1L)
  5.  
  6.  
  7. NNAAMMEE
  8.        paste - merge lines of files
  9.  
  10. SSYYNNOOPPSSIISS
  11.        ppaassttee [-s] [-d delim-list] [--serial] [--delimiters=delim-
  12.        list] [--help] [--version] [file...]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        This manual page  documents  the  GNU  version  of  ppaassttee.
  16.        ppaassttee  prints lines consisting of sequentially correspond-
  17.        ing lines of each given file, separated  by  TABs,  termi-
  18.        nated  by  a newline.  If no files are given, the standard
  19.        input is used.  A file name of `-' means standard input.
  20.  
  21.    OOPPTTIIOONNSS
  22.        _-_s_, _-_-_s_e_r_i_a_l
  23.               Paste the lines of one file at a time  rather  than
  24.               one line from each file.
  25.  
  26.        _-_d_, _-_-_d_e_l_i_m_i_t_e_r_s _d_e_l_i_m_-_l_i_s_t
  27.               Consecutively  use  the  characters  in  _d_e_l_i_m_-_l_i_s_t
  28.               instead of TAB  to  separate  merged  lines.   When
  29.               _d_e_l_i_m_-_l_i_s_t  is exhausted, start again at its begin-
  30.               ning.
  31.  
  32.        _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
  33.               tus.
  34.  
  35.        _-_-_v_e_r_s_i_o_n
  36.               Print  version  information  on standard error then
  37.               exit.
  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.