Date: Sun, 1 Nov 1998 14:54:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Erik Max Francis cc: djgpp AT delorie DOT com Subject: Re: /? command line args being altered by DJGPP In-Reply-To: <36365445.4233A837@alcyone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Tue, 27 Oct 1998, Erik Max Francis wrote: > > Only if no matching filenames are found, the pattern (including ? and > > *) will be passed to the subprogram, instead. > > Note that no shells that I'm aware of (certainly not the most popular > ones) do this; if there is no match to the glob, either nothing will be > past (it will evaluate to null) or the shell will return an error and > not execute the command. The DJGPP FAQ explains that the DJGPP behavior in these cases is like that of Bourne shell, Bash, and their ilk. Csh, tcsh and their family are those which say "No match" and refuse to run the command.