RE: empty directory globbing in bash/sh for loops

2006-03-02 Thread Alessio . MASSARO
empty directory globbing in bash/sh for loops On Thu, Mar 02, 2006 at 07:01:55AM -0700, Eric Blake wrote: >According to [EMAIL PROTECTED] on 3/2/2006 6:10 AM: >> Unless stated above to be non-confidential, this E-mail and any >> attachments are private and confidential and are for the addres

Re: empty directory globbing in bash/sh for loops

2006-03-02 Thread Christopher Faylor
On Thu, Mar 02, 2006 at 07:01:55AM -0700, Eric Blake wrote: >According to [EMAIL PROTECTED] on 3/2/2006 6:10 AM: >> Unless stated above to be non-confidential, this E-mail and any >> attachments are private and confidential and are for the addressee >> only and may not be used, copied or disclose

Re: empty directory globbing in bash/sh for loops

2006-03-02 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to [EMAIL PROTECTED] on 3/2/2006 6:10 AM: > In the Cygwin bash the following statement > > for file in ./SOME_EMPTY_DIR/* ; do do_it_on $file ; done > > executes the following once because of how globbing is done. > > do_it_on ./SOME_EMPTY