aboutsummaryrefslogtreecommitdiff
path: root/man/man1/med.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/med.1df')
-rw-r--r--man/man1/med.1df21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/man1/med.1df b/man/man1/med.1df
new file mode 100644
index 00000000..0fab7db2
--- /dev/null
+++ b/man/man1/med.1df
@@ -0,0 +1,21 @@
+.TH MED 1df "September 2016" "Manual page for med"
+.SH NAME
+.B med
+\- print the med of a list of integers
+.SH SYNOPSIS
+printf '%u\\n' 14 2 10 |
+.B med
+.br
+.B med
+file
+.br
+.B med
+file1 file2
+.SH DESCRIPTION
+.B med
+collects all the newline-delimited integers given as input, and prints the
+median. It uses the floor of the mean of the two median values if the number of
+records is even. The input must be sorted, and a warning will be issued if it
+isn't.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>