cat.1 (727B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2022 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only
- .Dd 2022-02-13
- .Dt CAT 1
- .Os
- .Sh NAME
- .Nm cat
- .Nd concatenate files
- .Sh SYNOPSIS
- .Nm
- .Op Ar files ...
- .Sh DESCRIPTION
- .Nm
- reads each
- .Ar file
- in sequence and writes it on the standard output.
- If no
- .Ar file
- is given,
- .Nm
- reads from the standard input.
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- .Nm
- is mostly compliant with the
- .St -p1003.1-2008
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me
- .Sh BUGS
- .Nm
- lacks the
- .Fl u
- option, this is mostly intended but it means a lack of unbuffered read/writes.