# paste file1 file2 file3
Note: paste will read the first line of the first file and add a tab, and read the first line of second file, and so on.
or
# pr -m file1 file2 | more
Wednesday, December 7, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment