Previous | Next | Contents | Index |
Dump (decode) a binary file.
dump file file-spec
Command Qualifiers Defaults -decimal
-hexadecimal
-hexdecimal
-hexadecimal
-octal
-hexadecimal
file-spec
The file to dump.
Dump the bytes of a file.
-time
-hexadecimal
(default)By default, the output of
-octal
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 |