Re: Feature idea: recursive globbing

2005-04-04 Thread Paul Jarc
Norbert Nemec <[EMAIL PROTECTED]> wrote: > How about using a double star ** to signify recursive globbing, i.e. > globbing for arbitrarily deep paths? FWIW, zsh already has that. paul ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/m

Feature idea: recursive globbing

2005-04-04 Thread Norbert Nemec
Hi there, I don't know whether this idea is just too obvious or why it is not implemented: How about using a double star ** to signify recursive globbing, i.e. globbing for arbitrarily deep paths? More specific: Double star '**', which currently does not have any specific meaning in bash, coul