cat.1 (675B)
- .\" Collection of Unix tools, comparable to coreutils
- .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2022-02-13
- .Dt CAT 1
- .Os
- .Sh NAME
- .Nm cat
- .Nd concatenate files
- .Sh SYNOPSIS
- .Nm
- .Op Fl u
- .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 OPTIONS
- .Fl u is ignored, present only for POSIX compatibility.
- .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