📄 tee.doc
字号:
`tee': Redirect output to multiple files
========================================
The `tee' command copies standard input to standard output and also
to any files given as arguments. This is useful when you want not only
to send some data down a pipe, but also to save a copy. Synopsis:
tee [OPTION]... [FILE]...
If a file being written to does not already exist, it is created.
If a file being written to already exists, the data it previously
contained is overwritten unless the `-a' option is used.
The program accepts the following options.
`-a'
`--append'
Append standard input to the given files rather than overwriting
them.
`-i'
`--ignore-interrupts'
Ignore interrupt signals.
`--help'
Print a usage message listing all available options, then exit
successfully.
`--version'
Print the version number, then exit successfully.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -