Tag Archives: binary

[Bash] Numeral Systems Conversion

As a computer programmer, you must to know about the different numeral systems. In your works, there will be lots of times that you’ll be using numeral systems like the binary, hexadecimal… In this post, we’ll see some useful functions in Bash that can do some conversions.
Continue reading