hex.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 07 Nov 2010 20:03:29 +0200 (2010-11-07)
changeset 671 8838ee7d7dcd
parent 588 59b4a51c5382
permissions -rwxr-xr-x
web-search.txt file removed as its content covered by search-web.txt file.
-*- mode: outline -*-

* Dump binary data in hex.

  $ od -t x1 <file

or

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