Date: Mon, 21 Apr 1997 10:06:38 +0300 (IDT) From: Eli Zaretskii To: Wayne Bergeron cc: djgpp AT delorie DOT com Subject: Re: Bash Argument list too long In-Reply-To: <33560e15.1939790@news.hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Apr 1997, Wayne Bergeron wrote: > >Get the latest beta version from Daisuke Aoyama's home page. This > >problem has been fixed a long time ago. > > Thanks. Got it. Tried it. Still have the situation. I am using ls > version 3.13 from GNU Utils. No problem there, is there? The command > is 'ls j:/tp*/*/u*'. This should find several dozen files. Bash does > support multi-level directory wildcarding, doesn't it? Yes, such wildcards are supported. How many files is there, anyway? Maybe you did overflow the limits? Does that command work from ye olde COMMAND.COM? I was just able to list about 1400 files with a similar command using the latest bash. Btw, is that `ls' from the DJGPP port (v2gnu/fil313b.zip) on SimTel.NET, or some other port?