1PASTE(1) User Commands PASTE(1)
2
3
4
6 paste - merge lines of files
7
9 paste [OPTION]... [FILE]...
10
12 Write lines consisting of the sequentially corresponding lines from
13 each FILE, separated by TABs, to standard output.
14
15 With no FILE, or when FILE is -, read standard input.
16
17 Mandatory arguments to long options are mandatory for short options
18 too.
19
20 -d, --delimiters=LIST
21 reuse characters from LIST instead of TABs
22
23 -s, --serial
24 paste one file at a time instead of in parallel
25
26 -z, --zero-terminated
27 line delimiter is NUL, not newline
28
29 --help display this help and exit
30
31 --version
32 output version information and exit
33
35 Written by David M. Ihnat and David MacKenzie.
36
38 GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
39 Report any translation bugs to <https://translationproject.org/team/>
40
42 Copyright © 2022 Free Software Foundation, Inc. License GPLv3+: GNU
43 GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
44 This is free software: you are free to change and redistribute it.
45 There is NO WARRANTY, to the extent permitted by law.
46
48 Full documentation <https://www.gnu.org/software/coreutils/paste>
49 or available locally via: info '(coreutils) paste invocation'
50
51
52
53GNU coreutils 9.1 January 2023 PASTE(1)