home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / paste.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.5 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PASTE(1L)         Misc. Reference Manual Pages          PASTE(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      paste - merge lines of files
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ppppaaaasssstttteeee [-s] [-d delim-list] [--serial] [- - delimiters=delim-
  13.      list] [--help] [--version] [file...]
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This manual page documents the GNU version of ppppaaaasssstttteeee.   ppppaaaasssstttteeee
  17.      prints  lines consisting of sequentially corresponding lines
  18.      of each given file, separated by TABs, terminated by a  new-
  19.      line.  If no files are given, the standard input is used.  A
  20.      file name of `-' means standard input.
  21.  
  22.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  23.      -_s, --_s_e_r_i_a_l
  24.           Paste the lines of one file at a time rather  than  one
  25.           line from each file.
  26.  
  27.      -_d, --_d_e_l_i_m_i_t_e_r_s _d_e_l_i_m-_l_i_s_t
  28.           Consecutively use the characters in _d_e_l_i_m-_l_i_s_t  instead
  29.           of  TAB  to  separate merged lines.  When _d_e_l_i_m-_l_i_s_t is
  30.           exhausted, start again at its beginning.
  31.  
  32.      --_h_e_l_p
  33.           Print a usage message and exit with a non-zero status.
  34.  
  35.      --_v_e_r_s_i_o_n
  36.           Print version information on standard output then exit.
  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. FSF              Last change: GNU Text Utilities                1
  64.  
  65.  
  66.  
  67.