uu_paste - Man Page

Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output.

Synopsis

paste [-s|--serial] [-d|--delimiters] [-z|--zero-terminated] [-h|--help] [-V|--version] [FILE]

Description

Write lines consisting of the sequentially corresponding lines from each FILE, separated by TABs, to standard output.

Options

-s,  --serial

paste one file at a time instead of in parallel

-d,  --delimiters <LIST>

reuse characters from LIST instead of TABs

-z,  --zero-terminated

line delimiter is NUL, not newline

-h,  --help

Print help

-V,  --version

Print version

[FILE] [default: -]

Version

v(uutils coreutils) 0.7.0

Info

paste (uutils coreutils) 0.7.0