Hacker News new | ask | show | jobs
by squigz 895 days ago
This is what I've had in my bashrc for a few years:

= () { printf "%'.f\n" $(echo $1 | bc); }; alias calc==