for executablefile in ./*.out; do executablefile; done
It should be self-explanatory from the title what I am trying to do in bash. Unfortunately, none of the tutorials online comes close to this. Can you post a working example and explain your changes?