paste command in unix is used to merge the lines from files. The paste command displays the corresponding lines of multiple files side-by-side. It is one of most useful utility in unix/linux operating system. paste writes lines consisting of the sequentially corresponding lines from each file, separated by tabs, to the standard output.
The syntax for the paste command is 