kaye n <[email protected]> writes: > Hello Friends, > Correct me if I'm wrong, but I don't see any calculator app in my Debian os. > What do you guys use? I'm having trouble with Galculator. > Thank you!
I used to have a simple alias for tcsh which just evaluated the command
line via awk, awk "BEGIN{ print $* }". But then, I haven't used tsch
since 2002 or so.
But still, with zsh I'm really doing the same thing, except in zsh it's
a combination of an alias and a function.

