paste Command Examples

Merge lines of files. More information: https://www.gnu.org/software/coreutils/manual/html_node/paste-invocation.html.

paste {{[-s|--serial]}} {{path/to/file}}

paste {{[-s|--serial]}} {{[-d|--delimiters]}} {{delimiter}} {{path/to/file}}

paste {{path/to/file1}} {{path/to/file2}}

paste {{[-d|--delimiters]}} {{delimiter}} {{path/to/file1}} {{path/to/file2}}

paste {{[-d|--delimiters]}} '\n' {{path/to/file1}} {{path/to/file2}}