From: utzoo!decvax!cca!gwyn@Brl@sri-unix Newsgroups: net.unix-wizards Title: Re: Bourne shell and FILEMATCH Article-I.D.: sri-unix.4432 Posted: Fri Nov 26 21:24:29 1982 Received: Sat Nov 27 03:18:47 1982 From: Doug Gwyn Date: 25 Nov 82 23:57:56-EST (Thu) FILEMATCH is never assigned to; the code that would do this is commented out. What this variable WOULD contain were it assigned is the last filename-pattern that did NOT expand into a list of files. In the case of $ command foo* for instance, where there are no files matching foo*, I believe FILEMATCH would contain "foo*". This is apparently a debugging aid. P.S. It only took 3 greps and a quick peek at service.c to arrive at this conclusion, and I'm not very familiar with the Bourne shell. (I hope I'm right; I didn't want to spend any more time on the matter.)