1.1;pagf (paginate_file), revision 1.1, 86/01/29
PAGF (PAGINATE_FILE) -- Paginate a file.
usage: PAGF [-L n] [pathname ...]
FORMAT
PAGF [options] [pathname...]
PAGF paginates the named files to standard output. Each file is printed as a
sequence of pages. Each page is 66 lines long by default, including a 6-line
header and 3-line footer. The header includes the file name, the date and
time, and the page number.
OPTIONS
-L n Set the page length to 'n' lines. The default page length
is 66 lines.
ARGUMENTS
pathname
(optional) Specify file to be formatted. Multiple pathnames are
permitted separated by blanks.
Default if omitted: read standard input
EXAMPLES
$ pagf -L 20 mary >mary.short Paginate the file "mary" into pages
20 lines long and write them to
"mary.short".