Link - globstar - for making "**" work a bit like find in bash
With globstar set, bash recurses all the directories. Note that this will recurse all directory levels, not just one level. You can see if globstar is set by issuing the shopt command without any arguments:
Read more: Globstar: New Bash Globbing Option | Linux Journal