]> pd.if.org Git - pdutils/blob - utils/tee/tee.1
implemented pwd
[pdutils] / utils / tee / tee.1
1 .TH TEE 1 "2008-1.01" "pdcore utilities" "User Commands"
2 .SH NAME
3 tee \- duplicate standard input
4 .SH SYNOPSIS
5 .B tee
6 [-ai] [file ...]
7 .SH DESCRIPTION
8 Copy standard input to standard output and any other named files.
9 .SH OPTIONS
10 .TP
11 -a
12 Append output to existing files rather than overwriting them.
13 .TP
14 -i
15 Ignore the SIGINT signal.
16 .SH OPERANDS
17 .TP
18 file
19 File(s) to duplicate standard input into.
20 .SH "AUTHORITATIVE DOCUMENTATION"
21 <http://www.opengroup.org/onlinepubs/9699919799/utilities/tee.html>
22 .SH VERSION AND COMPLIANCE
23 Utility version 1.01
24 .P
25 Functional compliance with POSIX:2008 (IEEE Std 1003.1-2008;
26 Shell and Utilities, Base Specifications Issue 7).
27 .SH UNLICENSE
28 This is free and unencumbered software released into the public domain,
29 provided "as is", without warranty of any kind, express or implied. See the
30 file UNLICENSE and the website <http://unlicense.org> for further details.