Blog Archive

Thursday, 26 August 2004

bc - the Unix command line calculator

echo "scale=2;2.2*2"|bc

echo "scale=2;1+1"|bc"

(1 plus 1 calculated to 2 decimal places)