aboutsummaryrefslogtreecommitdiffstats
path: root/awklib/eg/prog/tee.awk
diff options
context:
space:
mode:
Diffstat (limited to 'awklib/eg/prog/tee.awk')
-rw-r--r--awklib/eg/prog/tee.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/awklib/eg/prog/tee.awk b/awklib/eg/prog/tee.awk
index 82e80865..639b9f80 100644
--- a/awklib/eg/prog/tee.awk
+++ b/awklib/eg/prog/tee.awk
@@ -1,5 +1,8 @@
# tee.awk --- tee in awk
#
+# Copy standard input to all named output files.
+# Append content if -a option is supplied.
+#
# Arnold Robbins, arnold@skeeve.com, Public Domain
# May 1993
# Revised December 1995