I would like to do something like this:
for file in *.sh; do echo "$file" done
But recursively, so something equivalent to this (