$ help for
only mentions
       for name [ [ in [ word ... ] ] ; ] do list ; done
and needs to be updated to mention
       for (( expr1 ; expr2 ; expr3 )) ; do list ; done
$ echo $BASH_VERSION
5.1.8(1)-release

Reply via email to