octane said:What the hell did I do?.
AFAIK it is a Polish way of doing math, developed (IIRC) by the Lvov/Warsaw school of mathematicians and logicians. Simply put, IIRC, it amounts to some kind of functional notation: 5+6 would be written as (5,6)+ In logic one often finds reverse Polish notation, which would be +(5,6). The notation we all know (5+6) is called infix, because the operator (+) is put in between. Reverse Polish notation is prefix and Polish notation postfix.Named after a fellow called Polish, I think, not that it's a Polish way of doing math.
Cat said:AFAIK it is a Polish way of doing math, developed (IIRC) by the Lvov/Warsaw school of mathematicians and logicians. Simply put, IIRC, it amounts to some kind of functional notation: 5+6 would be written as (5,6)+ In logic one often finds reverse Polish notation, which would be +(5,6). The notation we all know (5+6) is called infix, because the operator (+) is put in between. Reverse Polish notation is prefix and Polish notation postfix.
This all comes from the vast gray area inside my skull labelled long term unsorted miscellanea and may not be 100% accurate ...
Google is your friend: I found this.
Arden said:Oh no! You might calculate your files!
To my knowledge, the only really dangerous command is rm (remove).
And this is my usual advice for dealing with UNIX commands: Always man your commands.
(it's undo-able!!!)