in reply to Re: Re: file globbing in a nested while loop
in thread file globbing in a nested while loop

If this runs on Unix, it might be you are hitting the '.' directory.

You would be looping on that till eternity.

  • Comment on Re: Re: Re: file globbing in a nested while loop

Replies are listed 'Best First'.
Re: Re: Re: Re: file globbing in a nested while loop
by tommyw (Hermit) on Oct 05, 2001 at 17:53 UTC
    Normal globbing doesn't return the dot files.