aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mean.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/mean.1df')
-rw-r--r--man/man1/mean.1df19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/man1/mean.1df b/man/man1/mean.1df
new file mode 100644
index 00000000..21f509f2
--- /dev/null
+++ b/man/man1/mean.1df
@@ -0,0 +1,19 @@
+.TH MEAN 1df "September 2016" "Manual page for mean"
+.SH NAME
+.B mean
+\- print the mean of a list of integers
+.SH SYNOPSIS
+printf '%u\\n' 8 1 58 |
+.B mean
+.br
+.B mean
+file
+.br
+.B mean
+file1 file2
+.SH DESCRIPTION
+.B mean
+collects all the newline-delimited integers given as input, and prints the
+mean.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>