TEE.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH TEE 1
- .SH NAME
- tee - divert stdin to a file
- .SH SYNOPSIS
- fBteefR [fB-aifR] fIfilefR ...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 fIprfP on fIxfP"
- .SH DESCRIPTION
- .PP
- .I Tee
- copies fIstdinfR to standard output.
- It also makes copies on all the files listed as arguments.
- .SH "SEE ALSO"
- .BR cat (1).