Re: Ada.Command_Line and wildcards
- From: Georg Bauhaus <bauhaus@xxxxxxxxxxxxx>
- Date: Sun, 25 Feb 2007 14:19:59 +0100
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.
.
- References:
- Ada.Command_Line and wildcards
- From: Gautier
- Re: Ada.Command_Line and wildcards
- From: (see below)
- Re: Ada.Command_Line and wildcards
- From: gautier_niouzes
- Re: Ada.Command_Line and wildcards
- From: Alex R. Mosteo
- Re: Ada.Command_Line and wildcards
- From: Martin Krischik
- Re: Ada.Command_Line and wildcards
- From: Markus E Leypold
- Re: Ada.Command_Line and wildcards
- From: Georg Bauhaus
- Re: Ada.Command_Line and wildcards
- From: Markus E Leypold
- Re: Ada.Command_Line and wildcards
- From: Hyman Rosen
- Ada.Command_Line and wildcards
- Prev by Date: Re: Preferred OS, processor family for running embedded Ada?
- Next by Date: Re: recent changes in compiler pricing
- Previous by thread: Re: Ada.Command_Line and wildcards
- Next by thread: Re: Ada.Command_Line and wildcards
- Index(es):
Relevant Pages
|