NAME:
paste - merge lines of files
USAGE:
paste [OPTIONS] [FILE...]
Write lines consisting of the sequentially corresponding lines from
each FILE, separated by TABs, to standard output.
With no FILE, or when FILE is -, read standard input.
VERSION:
dev
GLOBAL OPTIONS:
--delimiters string, -d string use characters from LIST instead of TABs
--serial, -s paste one file at a time instead of in parallel
--help, -h show help
--version print version information and exit