Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000509174310.17931.qmail@web2105.mail.yahoo.com> Date: Tue, 9 May 2000 10:43:10 -0700 (PDT) From: David Robinow Subject: Re: wildcard expansion once more To: Andre Berton , cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Andre Berton wrote: > While processing large amounts of data, cygwin runs > into trouble with > wildcard expansion (it happens only while processing > thousands of files). For example: > ls */*.txt > comes up with > bash: //c/cygtools/....bin/ls: Invalid argument > This is a bug. It should say "Arg list too long." or something similar. > It seems there is a memory limitation (for ls). Do > you know any work-around? Yes, but nothing as convenient as ls */*.txt > (I'm using the latest binary release of cygwin and > haven't found > an appropriate answer to my question in the > archive.) This is not a cygwin problem. Unix expands wildcards in the shell and most tools don't handle wildcards. (unzip is one exception). What you see is normal behaviour for a unix system. __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com