aboutsummaryrefslogtreecommitdiff
path: root/man/man1/mean.1df
blob: 21f509f27fee0c8a8aa37ecfa1a1ec172a0b0c6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>