hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 07 Nov 2012 17:09:48 +0200
changeset 1413 07f163d43116
parent 588 59b4a51c5382
permissions -rw-r--r--
How do I skip the tests during the default lifecycle?

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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