Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

10.0;pagf (paginate_file), revision 1.0, 88/01/21
pagf (paginate_file) -- Paginate a file.
usage:  pagf [-l n] [pathname ...]



DESCRIPTION
     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 six-line header and three-line footer.  The header includes the
     filename, 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
     Paginate the file mary into pages 20 lines long and write them to
     mary.short.

     $ pagf -l 20 mary >mary.short


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026