tee.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 30 行

1
30
字号
.TH TEE 1.SH NAMEtee \- divert stdin to a file.SH SYNOPSIS\fBtee\fR [\fB\-ai\fR] \fIfile\fR ...\fR.br.de FL.TP\\fB\\$1\\fR\\$2...de EX.TP 20\\fB\\$1\\fR# \\$2...SH OPTIONS.FL "\-a" "Append to the files, rather than overwriting".FL "\-i" "Ignore interrupts".SH EXAMPLES.EX "cat file1 file2 | tee x" "Save and display two files".EX "pr file | tee x | lpr" "Save the output of \fIpr\fP on \fIx\fP".SH DESCRIPTION.PP.I Teecopies \fIstdin\fR to standard output.It also makes copies on all the files listed as arguments..SH "SEE ALSO".BR cat (1).

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?