paste - merge corresponding or subsequent lines of files
paste [-s] [-d list] file...
Paste combines the corresponding lines of multiple files. Each line of each file is printed seperated by tab (or by the characters listed in the -d option).
paste accepts the following options:
The working of paste is not influenced by any environment variables.
paste has no known bugs, unless you count the use of eval EXPR. Getting it to work under 'strict refs' would be nice, too.
$Log: paste.randy.html,v $
Revision 1.1 2004/07/23 20:09:30 cwest
initial import
Revision 1.0 1999/02/26 15:55:05 randy
Initial revision
AUTHOR
The Perl implementation of paste was written by Randy Yarger, randy.yarger@nextel.com.
COPYRIGHT and LICENSE
This program is copyright by Randy Yarger 1999.
This program is free and open software. You may use, modify, distribute and sell this program (and any modified variants) in any way you wish, provided you do not restrict others to do the same.