.TH TEE 1 2022-03-06 "OMKOV coreutils" "General Commands Manual" .SH NAME tee \(em duplicate standard input .SH SYNOPSYS \fBtee\fR [-ai] [\fIfile\fR...] .SH DESCRIPTION Copy standard input to standard output and zero or more files. .SH OPTIONS The following options are supported: .TP .B -a Append to files. .TP .B -i Ignore interrupt signals. .TP .B --help Display help information. .TP .B --version Display version information. .SH OPERANDS The following operand is supported: .TP .I file A pathname of an output file. .SH EXIT STATUS The following exit values will be returned: .TP \ 0 The standard input was successfully copied to all output files. .TP >0 An error occurred. .SH STANDARDS The \fItee\fR utility is compliant with the IEEE Std 1003.2-1992 ("POSIX.2") specification. .SH COPYRIGHT .nf Copyright (C) 2020, Jakob Wakeling MIT Licence (https://opensource.org/licenses/MIT) .fi