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/pivot.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 man/man1/pivot.1 (limited to 'man/man1/pivot.1') diff --git a/man/man1/pivot.1 b/man/man1/pivot.1 new file mode 100644 index 0000000..c235559 --- /dev/null +++ b/man/man1/pivot.1 @@ -0,0 +1,21 @@ +.TH pf 1 2023-05-13 utils + +.SH NAME +pivot \- flip a table + +.SH SYNOPSIS +.B pivot +.RI [ file\ ... ] + +.SH DESCRIPTION +.B pivot +reads tab-separated values from the provided files +or, if none are provided, from stdin, +and rearranges them so that the rows become the columns and the columns become the rows. + +.SH EXAMPLES +.B pivot +.I table.tsv + +.SH SEE ALSO +.BR cut (1),\ sum_up (1),\ awk (1) -- cgit v1.2.3