This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: wildcard expansion once more


--- Andre Berton <andre.berton@gmx.de> 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@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]