TYPE(1)               XR32 REFERENCE MANUAL                19/1/2013

COMMAND
        TYPE -- displays a text file. (PZTDOS)

SYNOPSIS
        TYPE [path/]<filename>

AVAILABILITY
        Sysop-only. PZTDOS mode only.

DESCRIPTION
        The TYPE command displays the specified text file without
        pagination.

EXAMPLE
        TYPE ../DOCS/FRED.TXT

LIMITATIONS
        For use with text files only.  There are no limitations on the
        size of file which can be displayed.  The command does not
        (yet) allow concatenation of files, and the output may not
        (yet) be redirected to a file.
        Wildcards are not accepted.
        Paths and filenames must conform to DOS format, and may not
        currently contain spaces.

PORTABILITY
        The TYPE command in PZTDOS follows normal DOS syntax, apart
        from the lack of redirection mentioned in "limitations".

SEE ALSO
        DOS(1) -- Enter PZTDOS mode

TYPE(1)                         END OF DOCUMENT