Using echo "20+5" literally produces the text "20+5".
What command can I use to get the numeric sum, e.g. 25 in this case.?
Also, what's the easiest way to do it just using bash for floating point, e.g.
point? For example, echo $((3224/3807.0))
gives prints 0 :(.
UsingI am looking for answers using either the basic command shell ('command line' line') itself or through using languages that are available atfrom the command command line.