tee.1 (696B)
- .\" utils-std: Collection of commonly available Unix tools
- .\" Copyright 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
- .\" SPDX-License-Identifier: MPL-2.0
- .Dd 2024-03-16
- .Dt TEE 1
- .Os
- .Sh NAME
- .Nm tee
- .Nd duplicate standard input
- .Sh SYNOPSIS
- .Nm
- .Op Fl a
- .Op Fl i
- .Op Ar file...
- .Sh DESCRIPTION
- .Nm
- copies standard input to standard output and to each given
- .Ar file
- .
- .Sh OPTIONS
- .Bl -tag -width Ds
- .It Fl a
- Append to the files instead of overwriting
- .It Fl i
- Ignore SIGINT
- .El
- .Sh EXIT STATUS
- .Ex -std
- .Sh STANDARDS
- .Nm
- should be compliant with the
- IEEE Std 1003.1-2024 (“POSIX.1”)
- specification.
- .Sh AUTHORS
- .An Haelwenn (lanodan) Monnier Aq Mt contact+utils@hacktivis.me