paste - merge files each line

Overview (SYNOPSIS)

../src/paste [OPTION]... [FILE]...

Description (DESCRIPTION)

Continuous sequentially read a line from each file FILE then combined into a new row, separated by TAB, the new line to be written does not exist if the output file FILE, FILE or a '-', it reads from the standard input data.

-d, --delimiters= LIST
Recycling LIST substituted TAB characters
-s, --serial
Once paste a file, rather than parallel Paste
--help
Displays help information and exit
--version
Display version information and exit 

Guess you like

Origin www.cnblogs.com/fanweisheng/p/11097365.html