Link - globstar - for making "**" work a bit like find in bash

published Feb 19, 2012 06:42   by admin ( last modified Feb 19, 2012 06:42 )

 

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