October 2001
Intermediate to advanced
1040 pages
22h 50m
English
paste filename1 filename2...paste –d list filename1 filename2...paste –s [ –d list ] filename1 filename2...
paste concatenates corresponding lines of the given input files filename1, filename2, etc. It treats each file as a column or columns of a table and pastes them together horizontally (see cut).
1 ls | paste - - - 2 paste -s -d"\t\n" testfile1 testfile2 3 paste file1 file2 |
EXPLANATION
|
Read now
Unlock full access