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
-octaldump fileis displayed in hexadecimal. The-octalqualifier may be used to cause the output to be displayed in octal; the-decimalqualifier may be used to cause the output to be displayed as base 10 (decimal) integer values.