mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 22:13:43 +02:00
tee: add more information link (#5629)
This commit is contained in:
parent
7cd86593a5
commit
002c666040
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# tee
|
# tee
|
||||||
|
|
||||||
> Read from standard input and write to standard output and files (or commands).
|
> Read from standard input and write to standard output and files (or commands).
|
||||||
|
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tee-invocation.html>.
|
||||||
|
|
||||||
- Copy standard input to each FILE, and also to standard output:
|
- Copy standard input to each FILE, and also to standard output:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue