hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 16 Jan 2011 23:04:07 +0200
changeset 774 74461231e9e7
parent 588 59b4a51c5382
permissions -rwxr-xr-x
Shell command 'command'.

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

  $ hexdump -v -e '1/1 "0x%02x, "'