名称
tee - 从标准输入读入并写往标准输出和文件
概述
tee [选项]... [文件列表]...
描述
把标准输入的数据复制到文件列表中的每一个文件,同时送往标准输出。
- -a, --append
- 追加到给出的文件,而不是覆盖
- -i, --ignore-interrupts
- 忽略中断信号
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
如果文件是 '-',则再一次复制到标准输出。
作者
由 Mike Parker, Richard M. Stallman 和 David MacKenzie 编写。
报告错误
GNU coreutils 的在线帮助: <http://www.gnu.org/software/coreutils/>
请向 <http://translationproject.org/team/zh_CN.html> 报告 tee 的翻译错误。
请向 <http://translationproject.org/team/zh_CN.html> 报告 tee 的翻译错误。
版权
Copyright © 2014 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.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.