Text Justifier |
|
JUST(1) JUST JUST(1)
NAME
just - justify text output
SYNOPSIS
just [-b badness] [-c] [-h] [-i indent] [-o file] [-V] [-w
width] [file..]
DESCRIPTION
just reads characters from stdin or any given input file
and writes them to stdout or any given ouput file in a
justified manner. The characters being justified means
that each line of output fits exactly to a given line
width. If the total of characters is not large enough to
fit into a line the spaces between word boundaries are
padded with blanks.
OPTIONS
-b badness
Set maximum badness, i. e. maximum number of blanks
to be padded between word boundaries.
-c Concatenate the list of given input files. Several
input files are treated as if they formed one sin
gle file.
-h Display help page.
-i indent
Set line indent.
-o file
Specify output file.
-V Display version information.
-w width
Set line width.
SEE ALSO
groff(1), nroff(1), troff(1)
JUST June 1998 JUST(1)
|
|
|
Last modified at 1999-02-04. |
|