echo $BASH_VERSION
5.3.3(1)-release

TIMEFORMAT='>>> real: %9R'
warmup () { local n=10000; while ((n--)); do :; done;}

warmup;  time { a=2 && b=5;}
>>> real: 0.000004

warmup;  time { a=2 && b=5 >/dev/null;}
>>> real: 0.000018


  • (Not a bug) Red... pourko2--- via Bug reports for the GNU Bourne Again SHell
    • (Not a bug)... pourko2--- via Bug reports for the GNU Bourne Again SHell

Reply via email to