HEXDUMP Examples
The following are examples of the HEXDUMP utility:
Example 1:
HEXDUMP INVOICES.TXT
The entire file is dumped to the screen.
Example 2:
HEXDUMP -A200 -L100 \usr\data\invoices.txt >invoices.dmp
100 (decimal 256) bytes of '\usr\data\invoices.txt' starting at address 200 (decimal 512) is dumped to 'invoices.dmp'.
![]() |