hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 01 Nov 2010 10:33:46 +0200
changeset 651 2fd37a2d3aef
parent 588 59b4a51c5382
permissions -rwxr-xr-x
Automated merge with file:///cygdrive/d/srv/hg-home/tips

-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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