[erlang-questions] Hexadecimal representation of binaries in shell

Fred Hebert mononcqc@REDACTED
Thu Jun 21 13:32:20 CEST 2012


There's this binary pretty printer library that could be useful to you: 
https://github.com/jtendo/binpp

On Thu Jun 21 06:15:34 2012, Maxim Treskin wrote:
> 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
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list