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

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: