paste

Merge multiple files into column queues

Supplementary instructions

paste command is used to merge multiple files into column queues.

grammar

paste(option)(parameter)

Options

-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.

Parameters

File list: Specify the file list to be merged.

继续阅读

接下来你可能需要这些内容

优先推荐相关内容,同时保留你的阅读轨迹和收藏入口。