2015-01-29 20:26:09 +00:00
|
|
|
.Dd January 29, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt PASTE 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-29 20:26:09 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm paste
|
|
|
|
.Nd merge lines of files in parallel or sequentially
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-29 20:26:09 +00:00
|
|
|
.Op Fl s
|
|
|
|
.Op Fl d Ar list
|
|
|
|
.Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
reads single lines from each
|
|
|
|
.Ar file
|
|
|
|
and writes them into one line, replacing
|
|
|
|
.Sy \en
|
|
|
|
with
|
|
|
|
.Sy \et
|
|
|
|
except from the last
|
|
|
|
.Ar file .
|
|
|
|
This process is repeated until each
|
|
|
|
.Ar file
|
|
|
|
is starved, treating zero-reads as empty lines along the way.
|
|
|
|
.Pp
|
|
|
|
If
|
|
|
|
.Ar file
|
|
|
|
is '-',
|
|
|
|
.Nm
|
|
|
|
interprets it as stdin.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl d Ar list
|
|
|
|
Replace
|
|
|
|
.Sy \en
|
|
|
|
with escaped characters from
|
|
|
|
.Ar list
|
|
|
|
by cycling through it.
|
|
|
|
.It Fl s
|
|
|
|
Read each
|
|
|
|
.Ar file
|
|
|
|
sequentially instead of in parallel.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr cut 1
|
|
|
|
.Sh STANDARDS
|
2013-04-29 16:54:36 +00:00
|
|
|
The
|
2015-01-29 20:26:09 +00:00
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|