MAN page from RedHat Other textutils-1.22-1.1.i386.rpm
PASTE
Section: User Commands (1)
Updated: GNU Text Utilities
Index NAME
paste - merge lines of files
SYNOPSIS
paste[-s] [-d delim-list] [--serial] [--delimiters=delim-list][--help] [--version] [file...]
DESCRIPTION
This documentation is no longer being maintained and may be inaccurateor incomplete. The Texinfo documentation is now the authoritative source.
This manual pagedocuments the GNU version ofpaste.pasteprints lines consisting of sequentially corresponding lines of eachgiven file, separated by TABs, terminated by a newline. If no filesare given, the standard input is used. A file name of `-' meansstandard input.
OPTIONS
- -s, --serial
- Paste the lines of one file at a time rather than one line from each file.
- -d, --delimiters delim-list
- Consecutively use the characters indelim-listinstead of TAB to separate merged lines. Whendelim-listis exhausted, start again at its beginning.
- --help
- Print a usage message and exit with a status code indicating success.
- --version
- Print version information on standard output then exit.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
This document was created byman2html,using the manual pages.