home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / doc / paste.man < prev    next >
Text File  |  1993-06-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. PASTE(1L)                                               PASTE(1L)
  5.  
  6.  
  7. NAME
  8.        paste - merge lines of files
  9.  
  10. SYNOPSIS
  11.        paste [-s] [-d delim-list] [--serial] [--delimiters=delim-
  12.        list] [--help] [--version] [file...]
  13.  
  14. DESCRIPTION
  15.        This manual page  documents  the  GNU  version  of  paste.
  16.        paste  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.    OPTIONS
  22.        -s, --serial
  23.               Paste the lines of one file at a time  rather  than
  24.               one line from each file.
  25.  
  26.        -d, --delimiters delim-list
  27.               Consecutively  use  the  characters  in  delim-list
  28.               instead of TAB  to  separate  merged  lines.   When
  29.               delim-list  is exhausted, start again at its begin-
  30.               ning.
  31.  
  32.        --help Print a usage message and exit with a non-zero sta-
  33.               tus.
  34.  
  35.        --version
  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.