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