From 002c666040f36651b08e509262e0e22f7a03bf7a Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Tue, 30 Mar 2021 15:33:07 +0200 Subject: [PATCH] tee: add more information link (#5629) --- pages/common/tee.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/tee.md b/pages/common/tee.md index fe92a69d6..129b681d6 100644 --- a/pages/common/tee.md +++ b/pages/common/tee.md @@ -1,6 +1,7 @@ # tee > Read from standard input and write to standard output and files (or commands). +> More information: . - Copy standard input to each FILE, and also to standard output: