Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: From: "Willis, Matthew" To: "'cygwin AT cygwin DOT com'" Subject: Re: 1.3.13 bug with arguments for "ls *" etc. where * is >900 cha rs Date: Thu, 7 Nov 2002 16:54:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Just another followup (currently on 1.3.15-2) I found the hexadecimal example didn't work from scratch any more, so I tried this: $ for k in a b c d e f g h i j k l m n o p q r s t u v w x y z; do for j in a b c d e f g h i j k l m n o p q r s t u v w x y z; do echo $j.$k; touch $j.$k; done; done $ echo [a-o].[a-o] | wc 1 225 900 $ ls [a-o].[a-o] > /dev/null $ echo [a-p].[a-o] | wc 1 240 960 $ ls [a-o].[a-p] > /dev/null -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/