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 paste bugs to bug-coreutils@gnu.org
35       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
36       General help using GNU software: <http://www.gnu.org/gethelp/>
37       Report paste translation bugs to <http://translationproject.org/team/>
38
40       Copyright © 2010 Free Software Foundation, Inc.   License  GPLv3+:  GNU
41       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
42       This  is  free  software:  you  are free to change and redistribute it.
43       There is NO WARRANTY, to the extent permitted by law.
44

SEE ALSO

46       The full documentation for paste is maintained as a Texinfo manual.  If
47       the  info  and  paste programs are properly installed at your site, the
48       command
49
50              info coreutils 'paste invocation'
51
52       should give you access to the complete manual.
53
54
55
56GNU coreutils 8.4                  June 2018                          PASTE(1)
Impressum