paste
QNX SDP8.0Utilities ReferenceUtilities
Merge corresponding lines from each input file (POSIX, toybox)
Syntax:
paste [-s] [-d delimiters] [file...]
Runs on:
QNX OS
Options:
- -d delimiters
- List of delimiter characters to separate fields with (default is
\t
). - -s
- Enable sequential mode: turn each input file into one line of output.
- file
- The pathname of a file to use as input.
Description:
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: