TEE(1) | 用户命令 | TEE(1) |
tee - 从标准输入读入并写往标准输出和文件
tee [选项]... [文件列表]...
把标准输入的数据复制到文件列表中的每一个文件,同时送往标准输出。
-p 选项的默认模式是“warn-nopipe”。当 --output-error 没有给出时,默认的操作是在向管道写入出错时立刻退出,且在向非管道写入出错时对问题进行诊断。
由 Mike Parker, Richard M. Stallman 和 David MacKenzie 编写。
GNU coreutils 的在线帮助:
<http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html>
报告 tee 的翻译错误。
Copyright © 2017 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
完整文档请见:
<http://www.gnu.org/software/coreutils/tee>
或者在本地使用: info
'(coreutils) tee invocation'
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2017年10月 | GNU coreutils 8.28 |