[erlang-questions] Hexadecimal representation of binaries in shell
Maxim Treskin
zerthurd@REDACTED
Thu Jun 21 12:15:34 CEST 2012
Hello
When I work with binary I cannot convert decimal representation of it to
bitwise in the mind. It should be easier when binaries will displayed in
hexadecimal representation.
For example:
<<45,3,243,5>> will displayed like <<16#2D, 16#03, 16#F3, 16#05>>
Is it possible to enable this behaviour for whole pretty printing in shell?
--
Max Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120621/a1091b5b/attachment.htm>
More information about the erlang-questions
mailing list