home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / textutil.lha / textutils-1.3 / cat / paste.1 < prev    next >
Encoding:
Text File  |  1992-09-22  |  1.3 KB  |  67 lines

  1.  
  2.  
  3.  
  4. PASTE(1L)         MISC. REFERENCE MANUAL PAGES          PASTE(1L)
  5.  
  6.  
  7.  
  8. NAME
  9.      paste - merge lines of files
  10.  
  11. SYNOPSIS
  12.      paste [-s] [-d delim-list]  [--serial]  [--delimiters=delim-
  13.      list] [file...]
  14.  
  15. DESCRIPTION
  16.      This manual page documents the GNU version of paste.   paste
  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.   OPTIONS
  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.      The long-named options can be introduced with `+' as well as
  33.      `--',  for compatibility with previous releases.  Eventually
  34.      support for `+' will be removed, because it is  incompatible
  35.      with the POSIX.2 standard.
  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. Sun Release 4.1           Last change:                          1
  64.  
  65.  
  66.  
  67.