DUMP v1.40 - dump file contents in hex/decimal/octal
Revised 2-Jan-99. Copyright (c) 1996-99 by Rune Berg. TextTools Freeware.

Usage | Description | Example | Options | Return Codes | Version History | tt_r6


UsageTop | Next

dump [log logfile] [options] infile [to outfile]


DescriptionTop | Previous | Next

dump writes the contents of infile in hex format (but see -d options).

If you don't specify outfile, dump writes to standard output.


ExampleTop | Previous | Next

For the 1-line file "cc.bat" containing:

the command:

prints:

where:


OptionsTop | Previous | Next

dump recognizes the following command line options:

ASCII will not be shown if data format is hex and N > 16 for -wN.
ASCII will not be shown if data format is decimal and N > 12 for -wN.
ASCII will not be shown if data format is octal and N > 12 for -wN.

For -w1, ASCII display shows the names of unprintable characters.

For -wN when N > 1, ASCII display shows unprintable characters as '.'


Return CodesTop | Previous | Next

dump returns with one of the following codes ("error levels"):


Version HistoryTop | Previous

These are the released versions:

End of document