home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10541 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  675 b 

  1. Path: sparky!uunet!ogicse!uwm.edu!linac!att!princeton!mccc!pjh
  2. From: pjh@mccc.edu (Pete Holsberg)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: A question on ls
  5. Message-ID: <1992Aug30.154653.27976@mccc.edu>
  6. Date: 30 Aug 92 15:46:53 GMT
  7. Article-I.D.: mccc.1992Aug30.154653.27976
  8. References: <6786@tekig7.PEN.TEK.COM>
  9. Distribution: na
  10. Organization: The College On The Other Side Of Route One
  11. Lines: 12
  12.  
  13. In article <6786@tekig7.PEN.TEK.COM> naren@tekig5.pen.tek.com (Naren Bala) writes:
  14. =Hi,
  15. =I had a question.
  16. =
  17. =If I type
  18. =% ls *.Z 
  19. =All files with .Z extension are displayed.
  20. =
  21. =What command would I type to display all files that do not have a .Z 
  22. =extension ?
  23.  
  24. ls *[!.][!Z]
  25.