Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'two other calculators' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
two other calculators
Authored by: danmccomb on Mar 05, '02 11:38:13PM

An easy way to do quick math at the command line is simply type "echo 2+3 | bc" replacing 2+3 with your own math expression.

That way you can feed the string into bc and you'll get "4" back as standard output.



[ Reply to This | # ]