aboutsummaryrefslogblamecommitdiff
path: root/man/man1/tot.1df
blob: eb8dd4b7d1dda41731e3894daaffc70a9e492585 (plain) (tree)
1
2
3
4


                                                  
                        










                           
                                                                        


                               
.TH TOT 1df "September 2016" "Manual page for tot"
.SH NAME
.B tot
\- sum a list of numbers
.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 numbers given as input, and prints the
total.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>