Penguin
Annotated edit history of paste(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 PASTE
2 !!!PASTE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 paste - merge lines of files
15 !!SYNOPSIS
16
17
18 __paste__ [[''OPTION'']...
19 [[''FILE'']...
20 !!DESCRIPTION
21
22
23 Write lines consisting of the sequentially corresponding
24 lines from each FILE, separated by TABs, to standard output.
25 With no FILE, or when FILE is -, read standard
26 input.
27
28
29 __-d__, __--delimiters__=''LIST''
30
31
32 reuse characters from LIST instead of TABs
33
34
35 __-s__, __--serial__
36
37
38 paste one file at a time instead of in parallel
39
40
41 __-f__, __--first-eof__
42
43
44 terminate after encountering the first EOF
45
46
47 __--help__
48
49
50 display this help and exit
51
52
53 __--version__
54
55
56 output version information and exit
57 !!AUTHOR
58
59
60 Written by David M. Ihnat.
61 !!REPORTING BUGS
62
63
64 Report bugs to
65 !!COPYRIGHT
66
67
68 Copyright 1999 Free Software Foundation, Inc.
69 This is free software; see the source for copying
70 conditions. There is NO warranty; not even for
71 MERCHANTABILITY or FITNESS FOR A PARTICULAR
72 PURPOSE.
73 !!SEE ALSO
74
75
76 The full documentation for __paste__ is maintained as a
77 Texinfo manual. If the __info__ and __paste__ programs
78 are properly installed at your site, the
79 command
80
81
82 __info paste__
83
84
85 should give you access to the complete manual.
86 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.