logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

paste - Write lines consisting of the sequentially corresponding lines from each `FILE`, separated by

Description

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

Name

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

Synopsis

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

Version

       v0.0.30

                                                  paste 0.0.30                                          paste(1)

See Also