How to add a column from a file to another file December 2, 2023 by Tarik $ pr -mts' ' file1 file2 1 1 6 2 3 7 3 4 9 $ paste -d' ' file1 file2 1 1 6 2 3 7 3 4 9