Table of Contents
neat - neaten up output columns
neat [ format ]
Neat reads from its standard input and neatens up columns
separated by white space using the specified format. The
format is a string consisting of a positive integer followed
by an alignment character and another integer. The
alignment character is usually a decimal point ('.'), but it
can be any non-digit.
The alignment character is used as the central point of each
column. The total column field width will be the number to
the left of the alignment character plus one for the
alignment character itself plus the number to the right of
the alignment character.
If a field does not contain the alignment character, it will
be printed to the left of where the alignment character
would have appeared. If a field is too long to print within
the specified format, the entire field will be printed and
that row will not be aligned with the rest.
The default format is "8.8".
To examine a file with columns of numbers:
neat 10.8 < input | more
Columns wider than the total width of the format
specification will be printed without any separating white
space.
The program does not do anything special with tabs on the
input.
Greg Ward
cnt(1), lam(1), rcalc(1), total(1)
Header and Footer
NEAT(1) RADIANCE (11/15/93) NEAT(1)
Page 1 (printed 7/17/96)
Table of Contents