fltexpr is great! Speeds up scripts enormously! Trying to use it everywhere possible.
Using bash 5.3.9(1) I am now running into a problem that fltexpr does
not recognize logical AND (LAND &&) and OR (LOR ||). Example:
if fltexpr "((2 > 1) && (6 > 5))"; then echo 'ok';fi
I get an error message: 'Error token is &&'
Looking at the source code of fltexpr.c, the functions expland ('&&') and
explor ('||')
should support my expression.
Any patch/insight appreciated,
Michael
