From c4fdf1c5f2c9ebedd0dedba4449c015f98aecda5 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 17 Jan 2024 23:37:49 +0000 Subject: deploy: 7199cf6515f9545f345b37a402293fc13bbb5a47 --- tools/column.html | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 tools/column.html (limited to 'tools/column.html') diff --git a/tools/column.html b/tools/column.html new file mode 100644 index 0000000..fa7b8ed --- /dev/null +++ b/tools/column.html @@ -0,0 +1,238 @@ + + + + + + column - Notes + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

column(1)

+

Examples

+
# Show as table (aligned columns), with comma as delimiter from stdin.
+echo -e 'a,b,c\n111,22222,33' | column -t -s ','
+
+# Show file as table.
+column -t -s ',' test.csv
+
+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3