1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| dep@dev$column -t --table-columns 1,statut,3,url,5,msg --table-hide 1,3,5 fichier.txt
column: unrecognized option '--table-columns'
Usage:
column [options] [file ...]
Options:
-c, --columns <width> width of output in number of characters
-t, --table create a table
-s, --separator <string> possible table delimiters
-o, --output-separator <string>
table output column separator, default is two spaces
-x, --fillrows fill rows before columns
-h, --help display this help and exit
-V, --version output version information and exit
For more details see column(1). |
Partager