aboutsummaryrefslogtreecommitdiff
path: root/man/man1/min.1df
blob: e3279d3b3484324b84d2395242149c84df928b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH MIN 1df "September 2016" "Manual page for min"
.SH NAME
.B min
\- print the minimum of a list of numbers
.SH SYNOPSIS
printf '%u\\n' 182 2 22 |
.B min
.br
.B min
file
.br
.B min
file1 file2
.SH DESCRIPTION
.B min
collects all the newline-delimited numbers given as input, and prints the
minimum.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>