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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e219d94b946dfc26 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.germany.com!newsfeed01.sul.t-online.de!t-online.de!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!news.highwinds-media.com!newspeer1-win.ntli.net!newsfe7-win.ntli.net.POSTED!53ab2750!not-for-mail From: "Dr. Adrian Wrigley" Subject: Re: Ada.Command_Line and wildcards User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-ID: Newsgroups: comp.lang.ada References: <45dcaed8_6@news.bluewin.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Wed, 21 Feb 2007 21:43:50 GMT NNTP-Posting-Host: 82.21.99.109 X-Trace: newsfe7-win.ntli.net 1172094230 82.21.99.109 (Wed, 21 Feb 2007 21:43:50 GMT) NNTP-Posting-Date: Wed, 21 Feb 2007 21:43:50 GMT Organization: NTL Xref: g2news2.google.com comp.lang.ada:9387 Date: 2007-02-21T21:43:50+00:00 List-Id: On Wed, 21 Feb 2007 21:43:41 +0100, Gautier wrote: > Hello! > I was surprised to see Ada.Command_Line in GNAT (3.15p and 2006 GPL) serving > the command-line argument "*.adb" indeed as N arguments, the list of files > with an "adb" extension! Try: Args "*.adb" does this give what you expect? -- Adrian