DUMP - File dump

   DUMP is a utility which displays the contents of one or more files
in either HEX/ASCII or OCTAL/ASCII "dump" format. Wildcards (*,?) are
allowed in filenames.

   The form of the DUMP command is:

                DUMP <filename ...> [options ...]

   The available options are:

     -f      - Pause between each file
     -o      - Use OCTAL dump (default is HEX)
     -p      - Pause between each block

   Examples:

     dump myprog.obj -p
     dump *.COM -f -o
