Linux Commandline Calculator - zcalc
Posted on Mon 13 January 2020 in Computing • Tagged with linux, zsh, zcalc
I quite often need to be able to convert hex to binary for my MegaDrive assembly writing and a command line calculator would be useful for doing this - I've never really got on with BC.
I came across zcalc
which is part of zsh. It can be enabled with
autoload …
Continue reading