cat
UNIX shell cat command
SYNOPSIS
cat file_name [file_name ... ]
DESCRIPTION
The cat macro runs the standard UNIX utility of the same name. The cat utility copies the file_name arguments to the standard output.
DEFINITION
def cat 'unix("cat $*")'
EXAMPLE
cat do.scans
SEE ALSO
UNIX User Reference Manual