Path: utzoo!news-server.csri.toronto.edu!utgpu!attcan!ncrcan!scocan!john From: john@sco.COM (John R. MacMillan) Newsgroups: comp.unix.misc Subject: Re: Globbing Message-ID: <1991Mar11.154937.3125@sco.COM> Date: 11 Mar 91 15:49:37 GMT References: <481@br <43995@cos.com> Sender: news@sco.COM (News administration) Distribution: na Organization: SCO Canada, Inc. Lines: 13 | I can imagine a command: | | read_mail *.net_mbx -only_from *.RMT-HOST -subject *glob* | | [...] | | Nuke city with a shell globber. read_mail \*.net_mbx -only_from \*.RMT-HOST -subject '*glob*' If you don't want globbing in your shell, turn it off. If you want your programs to do globbing, or more complex regexps, do it. If people with globbing shells then have to quote things, big deal.