From: Sebastian Hungerecker Date: 2008-08-31T23:45:21+09:00 Subject: Re: Difference between dir/**/* and dir/*? Ben Johnson wrote: > dir/**/* > > dir/* > > What's the difference? dir/* gives you all (non-hidden) files in the directory dir. dir/**/* gives you all (non-hidden) files in the director dir and its subdirectories. HTH, Sebastian -- Jabber: sepp2k@jabber.org ICQ: 205544826