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