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 / paste.1 < prev    next >
Encoding:
Text File  |  1991-11-11  |  992 b   |  67 lines

  1.  
  2.  
  3.  
  4. PASTE(1L)                                               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.  
  24.      -_✓s, +_✓s_✓e_✓r_✓i_✓a_✓l
  25.           Paste the lines of one file at a time rather than one
  26.           line from each file.
  27.  
  28.      -_✓d, +_✓d_✓e_✓l_✓i_✓m_✓i_✓t_✓e_✓r_✓s _✓d_✓e_✓l_✓i_✓m-_✓l_✓i_✓s_✓t
  29.           Consecutively use the characters in _✓d_✓e_✓l_✓i_✓m-_✓l_✓i_✓s_✓t instead
  30.           of TAB to separate merged lines.  When _✓d_✓e_✓l_✓i_✓m-_✓l_✓i_✓s_✓t is
  31.           exhausted, start again at its beginning.
  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.