untabularize - Revert the formatting done by tabularize



NAME

untabularize - Revert the formatting done by tabularize(1)


SYNOPSIS

untabularize [OPTIONS]


DESCRIPTION


OPTIONS

-P, --no-pipe-in-header

Expect no pipe char (|) in column names, so it's less ambiguous to determine vertical gridlines.

-p, --padding NUM

Untabularize the input as it was tabularized by -p NUM > padding.

-w, --allow-whitespace

Strip leading whitespace in column names to learn each column's left margin.

-F, --no-trim-filler

Don't remove trailing (or leading, in case of right-aligned cells) space, which is often just a filler.


LIMITATIONS

Does not reliably distinguish filler space from semantically significant space, so it's either sometimes significant space gets removed or filler space left there (with -F option). The default mode is to trim space in cell data from the right, if any, else trim at the left. The padding, if specified by -p option, is always trimmed (even if it's non-space).


SEE ALSO

tabularize(1)

 untabularize - Revert the formatting done by tabularize