| tabularize - Takes TAB-delimited lines of text and outputs formatted table. |
tabularize - Takes TAB-delimited lines of text and outputs formatted table.
COMMAND | tabularize [OPTIONS]
7-bit ascii borders
borders with nice graphical chars
no horizontal lines in the output
no margins, ie. no right-most and left-most vertical borders
add padding space to left and right side of cells. NUM is how many spaces. Default is no padding.
vertical separator character(s) in the output
align these columns (0-indexed) to the right, others are auto-detected and if they seem to hold mostly numeric data, then aligned to the right; otherwise to the left. this option is repeatable.
similar to --align-right option
If $PAGER is set and standard output is a terminal and the resulting table is wider than the terminal, then pipe the table through $PAGER.
column(1), untabularize(1)