You are viewing a single comment's thread. Return to all comments →
read expression
result=expression" | bc -l)
if [ result fi
Seems like cookies are disabled on this browser, please enable them to open this website
Arithmetic Operations
You are viewing a single comment's thread. Return to all comments →
It will work, just a little trick
read expression
result=expression" | bc -l)
if [ result fi