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 From: Brian May Newsgroups: comp.lang.ada Subject: Re: Ada.Command_Line and wildcards References: <45dcaed8_6@news.bluewin.ch> <1172132169.423514.271890@s48g2000cws.googlegroups.com> <545bgvF1ttrphU1@mid.individual.net> <1495406.QZvfpqijrQ@linux1.krischik.com> Date: Mon, 05 Mar 2007 12:03:48 +1100 Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:HvzKf8OtkKsMadKMZgacZrsVAHo= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: snoopy.microcomaustralia.com.au X-Trace: quokka.wn.com.au 1173056606 202.173.153.89 (5 Mar 2007 10:03:26 +0800) X-Complaints-To: abuse@westnet.com.au Path: g2news2.google.com!news3.google.com!news4.google.com!news.glorb.com!quokka.wn.com.au!not-for-mail Xref: g2news2.google.com comp.lang.ada:9670 Date: 2007-03-05T12:03:48+11:00 List-Id: >>>>> "Martin" == Martin Krischik writes: Martin> No, The VMS also won't expand wildcard. In fact Unix Martin> shells are pretty alone here. And they got it wrong. Bot Martin> Dos and VMS will warn you on: Martin> DEL *.* Martin> but not on Martin> DEL Some_File.Txt I realize this thread is old, but if I type "rm *", my shell (zsh) asks: zsh: sure you want to delete all the files in /tmp/a [yn]? DOS *still* has this broken special case *.* wildcard? That is dated from 8.3 filenames. Under Unix this will not list files that don't contain a full-stop. -- Brian May