home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ogicse!uwm.edu!linac!att!princeton!mccc!pjh
- From: pjh@mccc.edu (Pete Holsberg)
- Newsgroups: comp.unix.questions
- Subject: Re: A question on ls
- Message-ID: <1992Aug30.154653.27976@mccc.edu>
- Date: 30 Aug 92 15:46:53 GMT
- Article-I.D.: mccc.1992Aug30.154653.27976
- References: <6786@tekig7.PEN.TEK.COM>
- Distribution: na
- Organization: The College On The Other Side Of Route One
- Lines: 12
-
- In article <6786@tekig7.PEN.TEK.COM> naren@tekig5.pen.tek.com (Naren Bala) writes:
- =Hi,
- =I had a question.
- =
- =If I type
- =% ls *.Z
- =All files with .Z extension are displayed.
- =
- =What command would I type to display all files that do not have a .Z
- =extension ?
-
- ls *[!.][!Z]
-