paste : merge lines of files
[SYNOPSIS] paste OPTION FILE1 FILE2
OPTION
-d LIST
reuse characters from LIST instead of TABs
--s
paste one file at a time instead of in parallel
-z
line delimiter is NUL, not newline