Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1exp 10/6/83; site ihnss.UUCP Path: utzoo!linus!philabs!cmcl2!floyd!vax135!ariel!houti!hogpc!drux3!ihnp4!ihnss!knudsen From: knudsen@ihnss.UUCP Newsgroups: net.micro.6809 Subject: Wild Cards in OS-9 file names? Message-ID: <1746@ihnss.UUCP> Date: Mon, 17-Oct-83 12:21:44 EDT Article-I.D.: ihnss.1746 Posted: Mon Oct 17 12:21:44 1983 Date-Received: Tue, 18-Oct-83 21:02:33 EDT Organization: AT&T Bell Labs, Naperville, Il Lines: 10 I understand that, unlike UN*X, OS-9 does not allow file names to contain wild card chracters like ? for any one char or * for any number (incl zero) of any chars. Soooo, you can't type: dir *.c to locate all your C files on the current directory. Now--has any outfit like Frank Hogg or whatever come out with an add-on patch to add these valuable features to the shell? I realize that these functions are non-trivial to implement; in fact, the full UN*X regular expression search is MS in CS thesis-level algorithm. But anything would help.... mike k