August 2000
Intermediate to advanced
816 pages
29h 45m
English
paste
paste [options] files
Merge corresponding lines of one or more files into tab- separated vertical columns. See also cut, join, and pr.
Replace a filename with the standard input.
Separate columns with char instead of a tab. Note: you can separate columns with different characters by supplying more than one char.
Print a help message and then exit.
Print version information and then exit.
Merge lines from one file at a time.
Create a three-column file from files x, y, and z:
pastexyz>file
List users in two columns:
who | paste - -Merge each pair of lines into one line:
paste -s -d"\t\n" listRead now
Unlock full access