BASH_VERSION='4.1.5(1)-release'

Hi!
x=sss;
test "rrr" > $x  redirects to file sss, instead of comparing.
Any hint?


Qu2:
How to use
 expr?expr:expr
              conditional operator
       = *= /= %= += -= <<= >>= &= ^= |=
              assignment

I didn't find any working construction?
   ($x=3)?(x=10:x=0);
Operators aren't explained anywhere?

thanks, Andrew


Reply via email to