tabularize - Takes TAB-delimited lines of text and outputs formatted table.



NAME

tabularize - Takes TAB-delimited lines of text and outputs formatted table.


SYNOPSIS

COMMAND | tabularize [OPTIONS]


OPTIONS

-a, --ascii

7-bit ascii borders

-u, --unicode

borders with nice graphical chars

-H, --no-horizontal

no horizontal lines in the output

-M, --no-margins

no margins, ie. no right-most and left-most vertical borders

-p, --padding NUM

add padding space to left and right side of cells. NUM is how many spaces. Default is no padding.

-v, --output-vertical-separator CHAR

vertical separator character(s) in the output

-r, --align-right NUM

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.

-l, --align-left NUM

similar to --align-right option


ENVIRONMENT

PAGER

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.


SEE ALSO

column(1), untabularize(1)