Skip to main content

10.6) Exercise 8: Solution


paste file1 file2 > filenew
cat file2 >> filenew

Note, if you get a space when the four columns go to two columns then there is a space in your ‘file1’ or ‘file2’ at the bottom of the file that needs to first be removed.