Merge multiple files into column queues
paste command is used to merge multiple files into column queues.
paste(option)(parameter)
-d<space character> or --delimiters=<space character>: replace the tab character with the specified space character;
-s or --serial performs serial processing instead of parallel processing.
File list: Specify the file list to be merged.