summaryrefslogtreecommitdiff
path: root/man/man1/sum-down.1
blob: b9c6771060fb32d680f051a7d466cb3be754d39f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.TH sum-down 1 2022-01-12 utils

.SH NAME
sum-down \- add up columns in a table

.SH SYNOPSIS
.B sum-down
.RI [ file\ ... ]

.SH DESCRIPTION
.B sum-down
reads a table from the specified files or,
if none are specified, stdin,
and outputs the sum of
each column.

It is implemented using
.BR awk (1).

.SH EXAMPLES
.B sum-down
.RI < \ table.tsv

.SH SEE ALSO
.BR sum-up (1)