Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-crg!rutgers!ucla-cs!cc1 From: cc1@locus.ucla.edu (Michael Gersten) Newsgroups: comp.sys.amiga Subject: Re: Pattern Matching & documentation Message-ID: <3237@curly.ucla-cs.UCLA.EDU> Date: Mon, 1-Dec-86 15:25:10 EST Article-I.D.: curly.3237 Posted: Mon Dec 1 15:25:10 1986 Date-Received: Tue, 2-Dec-86 21:25:13 EST References: <954@blia.BLI.COM> <1731@jade.BERKELEY.EDU> Reply-To: ucla-cs!cepu!ucla-an!remsit!stb!michael@ihnp4.UUCP cc1@LOCUS.UCLA.EDU (Michael Gersten) Organization: Ucla Computer Club (disclaimer) Lines: 19 >For those who don't think per-argument pattern matching is a win, >consider "finger *" and "finger *@*.berkeley.edu". Ok. Whats wrong with finger \*@\*.berkeley.edu or finger "*@*.berkeley.edu" or set noglob finger *@*.berkeley.edu unset noglob ? Pattern matching on all commands is better as then every command has it by default. Try doing a join on the result of running disksalv. Try doing a usercommand *. Try doing a, well, you get the idea. Only the supplied BCPL commands assume that they only have one file name, and that because the supplied CLI won't expand wildcards. I've asked C-A to put multiple filename support in, but I don't think they will. Michael Gersten Views expressed here may not be those of the Computer Club, UCLA, or anyone in their left OR right mind. And that's the name o' that tune.