The paste command combines lines as columns. By default, it takes one line from each input file, joins those lines with a tab, and repeats until all inputs reach end-of-file.
Text-Fu · Lesson 7
paste
Learn how to merge corresponding lines or serialize lines with configurable delimiters using paste.