diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-06-18 10:48:37 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-06-18 10:48:37 +0000 |
| commit | d70bfedd087056716cbdb088c09709cea9251061 (patch) | |
| tree | 8cddcf467e6ed6e51a87144371cc24758a488945 | |
| parent | 15597d5df201f53ca4c39d82984f2b307543095d (diff) | |
Notes
| -rw-r--r-- | usr.bin/tee/tee.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/tee/tee.1 b/usr.bin/tee/tee.1 index 546c489377c96..003f487c373ef 100644 --- a/usr.bin/tee/tee.1 +++ b/usr.bin/tee/tee.1 @@ -31,7 +31,7 @@ .\" @(#)tee.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd November 13, 2007 +.Dd June 18, 2020 .Dt TEE 1 .Os .Sh NAME @@ -74,6 +74,12 @@ except in the event of the option. .Sh EXIT STATUS .Ex -std +.Sh EXAMPLES +Send echoed message both to stdout and to the greetings file: +.Bd -literal -offset indent +$ echo "Hello" | tee greetings.txt +Hello +.Ed .Sh STANDARDS The .Nm |
