summaryrefslogtreecommitdiff
path: root/man/man1/pivot.1
blob: c235559cddf6fce9fe03a0d4bcff00dac47b8897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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)