you are right, it does mathematical evaluation,
but i have put it as an example of what i have managed to make it work ...
i have used for now if-then but the code looks very ugly and hard to understand or maintain .
also there is another option:
`test expr && echo trueVariant || echo falseVariant` but , still the ternary operator would the most elegant way to write code in this case
also, someone else has asked this question on experts-exchange:
http://www.experts-exchange.com/OS/Linu ... 71721.html
but i don't have an account there ...
maybe someone has one can forward-answer me ...
Thanks in advance!