Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!purdue!haven!adm!xadmx!rbj@dsys.ncsl.nist.gov From: rbj@dsys.ncsl.nist.gov (Root Boy Jim) Newsgroups: comp.unix.questions Subject: Bourne shell globbing (was How do I deal with (null) filenames?) Message-ID: <20504@adm.BRL.MIL> Date: 4 Aug 89 17:45:07 GMT Sender: news@adm.BRL.MIL Lines: 16 ? From: Guy Harris ? >>> [!!-~].??? ? >>> ? >>>The part to the left of the period says anything that is NOT (first ? >>>exclamation) in the range exclamation to tilde. ? > ? >Is this standard in System V.2? V.3? Maybe it's just a SunOS-ism? ? Yes, yes, and no. It first appeared in System III. Tcsh has a similar feature. `ls *.[^o]' will list any file with a one char suffix except for onject files. Root Boy Jim Have GNU, Will Travel.