Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: ls -A Message-ID: <2545@auspex.auspex.com> Date: 10 Oct 89 17:50:33 GMT References: <15@minya.UUCP> <14611@bloom-beacon.MIT.EDU> <6468@ficc.uu.net> <1249@virtech.UUCP> Reply-To: guy@auspex.auspex.com (Guy Harris) Distribution: na Organization: Auspex Systems, Santa Clara Lines: 9 >On system V you could use: > > grep 'pattern' .[!.]* ..?* * More precisely, under the System V Bourne shell you could use the above. Some systems that advertise themselves as System V include the C shell, and probably don't support the "!" operator in the C shell, and some systems not thought of as System V systems have a System V Bourne shell as their Bourne shell.