Re: Ada.Command_Line and wildcards
- From: Hyman Rosen <hyrosen@xxxxxxxx>
- Date: Sun, 25 Feb 2007 07:46:17 GMT
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
>> % ls *.ads
>> No match
This is hardly new - in fact there's a classic UNIX joke:
>> % Got a match?
>> No match
.
- Follow-Ups:
- Re: Ada.Command_Line and wildcards
- From: Georg Bauhaus
- Re: Ada.Command_Line and wildcards
- 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
- Ada.Command_Line and wildcards
- Prev by Date: Re: Ada.Command_Line and wildcards
- Next by Date: Re: Ada.Command_Line and wildcards
- Previous by thread: Re: Ada.Command_Line and wildcards
- Next by thread: Re: Ada.Command_Line and wildcards
- Index(es):
Relevant Pages
|