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 Path: g2news2.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!hunter.axlog.fr!nobody From: Jean-Pierre Rosen Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards Date: Thu, 22 Feb 2007 15:25:42 +0100 Organization: Adalog Message-ID: References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> NNTP-Posting-Host: mailhost.axlog.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: s1.news.oleane.net 1172156465 21262 195.25.228.57 (22 Feb 2007 15:01:05 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Thu, 22 Feb 2007 15:01:05 +0000 (UTC) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: Xref: g2news2.google.com comp.lang.ada:9412 Date: 2007-02-22T15:25:42+01:00 List-Id: Maciej Sobczak a �crit : > Jean-Pierre Rosen wrote: > >> Too bad that Unix behaviour was wrong in the first place... > > I don't understand. Shell uses some special characters to make it easier > for the user to type commands [1]. Wildcards are just an example. > Consider this: > > $ cat *.ads *.adb | wc -l > loc.txt > > If you claim that * above should be passed "as is" to the program (cat), > so that the program can figure out on itself what to do with it, then > you might as well argue that the program should figure out *everything* > above. Obviously, that wouldn't be funny. > I claim it would be easier to provide a function that expands parameters, than to force expansion. Or maybe just provide another function that provides the raw parameters. -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr