Name: tabularize - Takes TAB-delimited lines of text and outputs formatted table. Usage: *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 space padding in cells. *NUM* is how many spaces. -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)