1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00

tee: add more information link (#5629)

This commit is contained in:
marchersimon 2021-03-30 15:33:07 +02:00 committed by GitHub
parent 7cd86593a5
commit 002c666040
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# tee
> 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: