hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Jun 2011 14:40:58 +0300
changeset 877 33d82b769632
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, "'