On Fri, Sep 24, 2010 at 11:28:50AM +0200, Sven Mascheck wrote: > > test x && test y || test z > which, on the other hand, people sometimes use as replacement for > if test x; then test y; else test z; fi > although it behaves differently. In the former, test z is also
Oh dear, it was discussed already and I managed to miss that.