Tips & Tricks

Linux

How to concatenate the two files line by line?
A simple line by line concatenation can be achived via the paste command. Using the join command it is possible to merge two file by concatenating lines of each file that match on the same key.