1.1;pagf (paginate_file), revision 1.1, 81/07/01
PAGF (PAGINATE_FILE) -- Paginate a file.
usage: PAGF [-L n] [pathname ...]
FORMAT
PAGF [pathname...] [options]
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.
ARGUMENTS
pathname
(optional) Specify file to be formatted. Multiple pathnames are
permitted separated by blanks.
Default if omitted: read standard input
OPTIONS
-L n Set the page length to 'n' lines. The default page length
is 66 lines.
EXAMPLES
$ pagf mary -L 20 >mary.short Paginate the file "mary" into pages
20 lines long and write them to
"mary.short".