From 21a13652df728c9571f899caf4949d5d46f49db7 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 1 May 2024 17:39:45 +0000 Subject: deploy: 7ca41565c4e70b212cb88a4d18c18fa35768df6d --- tools/column.html | 238 ------------------------------------------------------ 1 file changed, 238 deletions(-) delete mode 100644 tools/column.html (limited to 'tools/column.html') diff --git a/tools/column.html b/tools/column.html deleted file mode 100644 index b98a279..0000000 --- a/tools/column.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - 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