Unix Command Line Calculator
I spend a lot of time on a Linux / Unix command line. Often I need to do a quick calculation. I don’t want to hunt around for a fancy calculator program. I want something that works right from the command line.
The bc program is a command line calculator for Linux / Unix. It is [...]