aboutsummaryrefslogtreecommitdiff
path: root/man/man1/tot.1df
blob: c098cbe14d01001c445b0cd9ba3a838204322b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH TOT 1df "September 2016" "Manual page for tot"
.SH NAME
.B tot
\- print a count of entries in a directory
.SH SYNOPSIS
printf '%u\\n' 5 9 53 145 |
.B tot
.br
.B tot
file
.br
.B tot
file1 file2
.SH DESCRIPTION
.B tot
adds up all the newline-delimited integers given as input, and prints the
total.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>