hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 24 Jan 2011 00:26:32 +0200 (2011-01-23)
changeset 787 442a4bcfc322
parent 588 59b4a51c5382
permissions -rwxr-xr-x
Outgoing changes.
-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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