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!l35g2000vba.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line.Argument_Count question Date: Wed, 23 Sep 2009 09:06:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3ba36876-37c8-44ab-8f82-5fb7c7733163@l35g2000vba.googlegroups.com> References: <4ab00009$0$282$14726298@news.sunsite.dk> NNTP-Posting-Host: 85.3.91.98 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1253721975 29777 127.0.0.1 (23 Sep 2009 16:06:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 23 Sep 2009 16:06:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: l35g2000vba.googlegroups.com; posting-host=85.3.91.98; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.14) Gecko/20080612 Fedora/2.0.0.14-20080612.fc8.acer Firefox/2.0.0.14,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:8438 Date: 2009-09-23T09:06:15-07:00 List-Id: On 23 sep, 03:07, Adam Beneschan wrote: > But did you read the rest of Hyman's sentence? I just tested it too, > and "unzip archive *.adb" WILL expand *.adb, if there any *.adb files > existing in the current directory. I was wrong, you are right. Just forgot to test *with* an .adb file around... I was disturbed that unzip (maybe other tools ?) won't give a warning (maybe can't, because they can't know ?) when receiving the unexpanded '*.adb' and expands its way, using the zip archive's name list. Gautier