Hacker News new | ask | show | jobs
by ykonstant 811 days ago
Here is a setup I use to make `bc` more handy if you don't know how many computations you want to do in advance:

    alias bb='bc -l <<X'
Now enter calculations and assignments one per line and enter X to exit.