CalcV1.0 14.01.97 Hi there! Here is an another small CLI-Tool. I wanted a small Calculator for the Shell. Voilą! Just enter what you want to caculate. Exp: How many Ram is available? calc 265289728/1024 -> bytes to kb 265289728/1024 = 259072 calc 259072/1024 -> kb to mb 259072/1024 = 253 -> Voilą 253 MB Ram free ;-) It's easy to use no? Please don't try stupid things as 123+-*/234 just to see what the prog does, because there is no check-routine for the number of operators, so ony the last operator is concerned. It only calculate simpe tasks like 1+2 and so on but no 1+2+3, so only tasks with one operator are working. Operators supported at this moment: + - * / ^ If you like this prog, have suggestions, found bugs or simply want to see your name in tested on, send me an E-Mail: mweissbe@zen.dedal.fr.net Maui Tested on: A1200 Blizzard 1230-III History: V1.0 14.01.97 First Release V1.01 11.02.97 Recompiled for maximal compatibility ToDo: Other and more Operators