| www.delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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: | <BC46D442BCFB6340A9BB1CED6766E36E3949E8@tons2226> |
| From: | "Willis, Matthew" <Matthew DOT Willis AT CIBC DOT ca> |
| To: | "'cygwin AT cygwin DOT com'" <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 |
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
<returns promptly>
$ echo [a-p].[a-o] | wc
1 240 960
$ ls [a-o].[a-p] > /dev/null
<starts to thrash, chewing up increasing amts of ram>
--
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |