pat.1 (625B)
- .\" utils-extra: Collection of extra tools for Unixes
- .\" Copyright 2017-2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2023-02-22
- .Dt PAT 1
- .Os
- .Sh NAME
- .Nm pat
- .Nd print concatenated files
- .Sh SYNOPSIS
- .Nm
- .Op Ar files ...
- .Sh DESCRIPTION
- .Nm
- writes the number of files to be read, then in sequence:
- prints their filename; then reads the
- .Ar file
- and writes it on the standard output.
- If no
- .Ar file
- is given,
- .Nm
- uses standard input as one.
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- None applicable.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact@hacktivis.me