PMDF System Manager's Guide


Previous Next Contents Index


dump file

Dump (decode) a binary file.

Syntax

dump file file-spec

Command Qualifiers Defaults
-decimal -hexadecimal
-hexdecimal -hexadecimal
-octal -hexadecimal

Parameters

file-spec

The file to dump.

Description

Dump the bytes of a file.


Command Qualifiers

-time

-hexadecimal (default)

-octal

By default, the output of dump file is displayed in hexadecimal. The -octal qualifier may be used to cause the output to be displayed in octal; the -decimal qualifier may be used to cause the output to be displayed as base 10 (decimal) integer values.


Previous Next Contents Index