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 --- bin/pivot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 bin/pivot (limited to 'bin/pivot') diff --git a/bin/pivot b/bin/pivot new file mode 100755 index 0000000..3c750f2 --- /dev/null +++ b/bin/pivot @@ -0,0 +1,11 @@ +#!/usr/bin/awk -f + +{ + split ($0, _columns, "\t") + for (i=0;i