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!news2.google.com!news.germany.com!feed.xsnews.nl!border-1.ams.xsnews.nl!feeder1.cambrium.nl!feed.tweaknews.nl!news.netcologne.de!nhp.netcologne.de!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards From: Georg Bauhaus In-Reply-To: References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> <545bgvF1ttrphU1@mid.individual.net> <1495406.QZvfpqijrQ@linux1.krischik.com> <6dy7mn3hhu.fsf@hod.lan.m-e-leypold.de> <1172328891.5496.62.camel@localhost.localdomain> <2wy7mn8pyd.fsf@hod.lan.m-e-leypold.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1172409598.7913.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Sun, 25 Feb 2007 14:19:59 +0100 NNTP-Posting-Date: 25 Feb 2007 14:19:10 CET NNTP-Posting-Host: 37bc1643.newsspool2.arcor-online.net X-Trace: DXC=H]OC_nO9bNQU6b:FjPaGjQA9EHlD;3YcR4Fo<]lROoRQ8kFejVX2]EOEHnZiOWMaIiURKhaJ^ X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:9520 Date: 2007-02-25T14:19:10+01:00 List-Id: On Sun, 2007-02-25 at 07:46 +0000, Hyman Rosen wrote: > Markus E Leypold wrote: > >> $ echo *.ads # argument text is a pattern > >> *.ads # output text is a pattern > > Not if you use csh: > >> % echo *.ads > >> echo: No match Yes, but the absence of a match prevents the whole thing from being run. That is, zero args is very different from 1 .. n args. Yet another philosophy. > >> % ls *.ads > >> No match > > This is hardly new - Yes.