command-line calculator?

Aaron aaron at justaaron.com
Fri Jun 25 08:48:04 PDT 2004


CD Baby wrote:
> What simple built-in command-line tools are available if I want to
> just do some simple math on the command line?
> 
> If I'm there in a shell, and need to know what 17 times 36 equals?

$ bc
bc 1.06
Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc.
This is free software with ABSOLUTELY NO WARRANTY.
For details type `warranty'.
17*36
612
^D

-- 
Aaron
aaron at justaaron.com


More information about the freebsd-questions mailing list