Wednesday, July 13, 2011

Convert hex to dec

Hello Everybody,

All the time I was using online tools for converting hex to dec values :)

I have learned the ways to do that quickly in the mind, but anyway, if you need to convert a lot of values it is not acceptable.

For my pleasure, I have found an intersting and easy way how to convert hex to dec via terminal in Ubuntu :)

echo $(( 0xfff ))

And you will get: 4095 value in output. (Do not forget to add 0x)

Very cool! :)

Happy converting! (:

Best regards,
Yahor

0 comments:

Post a Comment