Globbing

John R. MacMillan john at sco.COM
Tue Mar 12 01:49:37 AEST 1991


|  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.



More information about the Comp.unix.misc mailing list