From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6e64435d2a7280f2 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!f10g2000vbf.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line.Argument_Count question Date: Tue, 22 Sep 2009 17:20:29 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <4ab00009$0$282$14726298@news.sunsite.dk> NNTP-Posting-Host: 85.1.204.209 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1253665229 21557 127.0.0.1 (23 Sep 2009 00:20:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Sep 2009 00:20:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f10g2000vbf.googlegroups.com; posting-host=85.1.204.209; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/3.0.195.21 Safari/532.0,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8432 Date: 2009-09-22T17:20:29-07:00 List-Id: On 22 sep, 22:00, Hyman Rosen wrote: > Gautier write-only wrote: > > There are exceptions to that. If you type: > > unzip archive.zip *.adb > > the "*.adb" will, even on Unix, fortunately *not* be expanded... > > Why do you believe this to be true? Because I've tested it just before posting: Linux (Fedora 8), GNU bash 3.2.25. But maybe there is a subtle difference between Linux and UNIX on that point ? Gautier