TEE.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH TEE 1
  2. .SH NAME
  3. tee - divert stdin to a file
  4. .SH SYNOPSIS
  5. fBteefR [fB-aifR] fIfilefR ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-a" "Append to the files, rather than overwriting"
  19. .FL "-i" "Ignore interrupts"
  20. .SH EXAMPLES
  21. .EX "cat file1 file2 | tee x" "Save and display two files"
  22. .EX "pr file | tee x | lpr" "Save the output of fIprfP on fIxfP"
  23. .SH DESCRIPTION
  24. .PP
  25. .I Tee
  26. copies fIstdinfR to standard output.
  27. It also makes copies on all the files listed as arguments.
  28. .SH "SEE ALSO"
  29. .BR cat (1).