Is there a way, I can execute in python a bash command with expansion: *
I tried thousand ways with no luck.
Actually I want to have a python script which enters each directory in the current dir, and executes a given bash command there (possibly a bash command with an expansion: *
).