From 77cfffee6177fb0421fa0fce15d6a1875bde4816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20W=C3=BChrer?= Date: Sat, 18 May 2024 21:04:34 +0200 Subject: manuals, sum-down, radix --- man/man1/sum-down.1 | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 man/man1/sum-down.1 (limited to 'man/man1/sum-down.1') diff --git a/man/man1/sum-down.1 b/man/man1/sum-down.1 new file mode 100644 index 0000000..b9c6771 --- /dev/null +++ b/man/man1/sum-down.1 @@ -0,0 +1,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) -- cgit v1.2.3