NAME :
    fcat - concatenate files

SYNOPSIS :
    fcat [files] [>file]

DESCRIPTION :
    Fcat concatenates its file arguments and prints them to standard
    output.  GEMDOS - wildcards (* and ?) are supported. If no files are
    specified, fcat does nothing; it does not read from standard input.

WARNINGS :
    Error messages are printed to handle Nr. 2; if you want to read them,
    redirect it to the screen .  In Mupfel, this can be done with the
    command
        set errorfile con:

