HP-UX Reference (11i v1 00/12) - 1 User Commands N-Z (vol 2)

__________________________________________________________________________________________________________________________________________________________________________________________________
__________________________________________________________________________________________________________________________________________________________________________________________________
STANDARD Printed by: Nora Chuang [nchuang] STANDARD
/build/1111/BRICK/man1/neqn.1
________________________________________________________________
___ ___
p
paste(1) paste(1)
ls | paste -d" " -
List directory in four columns
ls | paste ----
Combine pairs of lines into lines
paste -s -d"\t\n" file
Notes
pr -t -m... works similarly, but creates extra blanks, tabs and new-lines for a nice page layout.
DIAGNOSTICS
too many files Except for the -s option, no more than OPEN_MAX 3 input files can be
specified (see limits(5)).
AUTHOR
paste was developed by OSF and HP.
SEE ALSO
cut(1), grep(1), pr(1).
STANDARDS CONFORMANCE
paste: SVID2, SVID3, XPG2, XPG3, XPG4, POSIX.2
HP-UX Release 11i: December 2000 2 Section 1651
___
___