A very common task in the IT industry is needing to convert between storage size units - bytes, kilobytes, megabytes, gigabytes, terabytes, etc. To make things even more complicated, the POSIX ...
In this article, I'm covering something that's a little abstruse: converting numeric bases within shell scripts. There are really four commonly used numeric bases to consider: binary, octal, decimal ...