home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10596 < prev    next >
Encoding:
Text File  |  1992-08-31  |  573 b   |  21 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!cs.utexas.edu!milano!cactus.org!wixer!cb
  3. From: cb@wixer.cactus.org (Cyberspace Buddha)
  4. Subject: Re: A question on ls
  5. Message-ID: <1992Sep1.043626.21315@wixer.cactus.org>
  6. Organization: Real/Time Communications
  7. References: <6786@tekig7.PEN.TEK.COM> <1992Aug30.154653.27976@mccc.edu> <14375@auspex-gw.auspex.com>
  8. Distribution: na
  9. Date: Tue, 1 Sep 92 04:36:26 GMT
  10. Lines: 9
  11.  
  12. >=What command would I type to display all files that do not have a .Z 
  13. >=extension ?
  14.  
  15. mkdir tmp
  16. mv *.Z tmp
  17. ls
  18.  
  19. well, it'll get you what you want.  :)
  20.  
  21.