home *** CD-ROM | disk | FTP | other *** search
- pr2.c -- a simple page formatter similar to `pr'
-
- usage:
- pr2 [options/filenames...]
-
- options:
- -T <#> Set number of rows in the top margin.
- -B <#> Set number of rows in the bottom margin.
- -L <#> Set number of cols in the left margin.
- -R <#> Set number of cols in the right margin.
- -w <#> Set number of cols on a page.
- -l <#> Set number of rows on a page.
- -s <#> Set the line spacing.
- -p <#> Set the page number.
- -pr Set page numbering to roman numerals
- -pa Set page numbering to arabic numerals
-
- -t#text Assign 'text' to title # and turn it on.
- -h#[yn] Turn title # on or off.
- -h#[tb][lcr]
- Set the position of the title: t=top,
- b=bottom, l=left, c=center, r=right.
- Examples: tc=top center, bl=bottom left.
-
- -v Displays the version number of pr2. If
- this option is given and no files are
- specified on the command line, pr2 will
- quit immediately rather than wait for
- text from standard input.
-