Budi Thu, 26 Nov 2020 14:34:31 -0800
How good it's if we can have Bash internal variable as default for loop counter,
f(){ unset i for a;{ let ++i # ... } #... } so have that instead of $i for sake of efficieny or optimization, could be named any, $/, $! etc