1PASTE(1)                         User Commands                        PASTE(1)
2
3
4

NAME

6       paste - merge lines of files
7

SYNOPSIS

9       paste [OPTION]... [FILE]...
10

DESCRIPTION

12       Write  lines  consisting  of  the sequentially corresponding lines from
13       each FILE, separated by TABs, to standard output.   With  no  FILE,  or
14       when FILE is -, read standard input.
15
16       Mandatory  arguments  to  long  options are mandatory for short options
17       too.
18
19       -d, --delimiters=LIST
20              reuse characters from LIST instead of TABs
21
22       -s, --serial
23              paste one file at a time instead of in parallel
24
25       --help display this help and exit
26
27       --version
28              output version information and exit
29

AUTHOR

31       Written by David M. Ihnat and David MacKenzie.
32

REPORTING BUGS

34       Report bugs to <bug-coreutils@gnu.org>.
35
37       Copyright © 2007 Free Software Foundation, Inc.
38       This is free software.  You may redistribute copies  of  it  under  the
39       terms       of       the      GNU      General      Public      License
40       <http://www.gnu.org/licenses/gpl.html>.  There is NO WARRANTY,  to  the
41       extent permitted by law.
42

SEE ALSO

44       The full documentation for paste is maintained as a Texinfo manual.  If
45       the info and paste programs are properly installed at  your  site,  the
46       command
47
48              info paste
49
50       should give you access to the complete manual.
51
52
53
54GNU coreutils 6.9                 March 2008                          PASTE(1)
Impressum