2015-03-27 16:22:48 +00:00
|
|
|
.Dd March 27, 2015
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt CAT 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-16 09:40:59 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm cat
|
|
|
|
.Nd concatenate files
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-16 09:40:59 +00:00
|
|
|
.Op Fl u
|
|
|
|
.Op Ar file ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
reads each
|
|
|
|
.Ar file
|
|
|
|
in sequence and writes it to stdout. If no
|
|
|
|
.Ar file
|
2015-03-01 23:36:51 +00:00
|
|
|
is given
|
2015-01-16 09:40:59 +00:00
|
|
|
.Nm
|
2011-05-23 01:36:34 +00:00
|
|
|
reads from stdin.
|
2015-01-16 09:40:59 +00:00
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl u
|
2015-02-01 19:52:28 +00:00
|
|
|
Unbuffered output.
|
2015-01-16 09:40:59 +00:00
|
|
|
.El
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 16:22:48 +00:00
|
|
|
.St -p1003.1-2013
|
2015-01-16 09:40:59 +00:00
|
|
|
specification.
|