On Sun, Sep 21, 2025, at 1:22 PM, pourko--- via Bug reports for the GNU Bourne Again SHell wrote: > Also, it would be really cool if fltexpr leaves the result in > var FLTEXPR, or at least if it takes an option "-v VAR", the > way printf does, so we won't have to do command substitutions.
You can do fltexpr 'var = expr' just as you can in other arithmetic contexts. -- vq