//Tips tagged bc
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
Put the following in your .bashrc file
Usage:
function calc { echo "${1}"|bc -l; }
Usage:
$ calc 2+2 4 $ calc "sqrt(2)" 1.41421356237309504880

