home *** CD-ROM | disk | FTP | other *** search
-
-
-
- PASTE(1L) MISC. REFERENCE MANUAL PAGES PASTE(1L)
-
-
-
- NAME
- paste - merge lines of files
-
- SYNOPSIS
- paste [-s] [-d delim-list] [--serial] [--delimiters=delim-
- list] [file...]
-
- DESCRIPTION
- This manual page documents the GNU version of paste. paste
- prints lines consisting of sequentially corresponding lines
- of each given file, separated by TABs, terminated by a new-
- line. If no files are given, the standard input is used. A
- file name of `-' means standard input.
-
- OPTIONS
- -_s, --_s_e_r_i_a_l
- Paste the lines of one file at a time rather than one
- line from each file.
-
- -_d, --_d_e_l_i_m_i_t_e_r_s _d_e_l_i_m-_l_i_s_t
- Consecutively use the characters in _d_e_l_i_m-_l_i_s_t instead
- of TAB to separate merged lines. When _d_e_l_i_m-_l_i_s_t is
- exhausted, start again at its beginning.
-
- The long-named options can be introduced with `+' as well as
- `--', for compatibility with previous releases. Eventually
- support for `+' will be removed, because it is incompatible
- with the POSIX.2 standard.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Sun Release 4.1 Last change: 1
-
-
-
-