Scroll to navigation

paste(1) General Commands Manual paste(1)

NAME

paste - Write lines consisting of the sequentially corresponding lines from each `FILE`, separated by `TAB`s, 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 `TAB`s, to standard output.

OPTIONS

paste one file at a time instead of in parallel
reuse characters from LIST instead of TABs
line delimiter is NUL, not newline
Print help
Print version
[FILE] [default: -]

VERSION

v0.0.26

paste 0.0.26