home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!cs.utexas.edu!milano!cactus.org!wixer!cb
- From: cb@wixer.cactus.org (Cyberspace Buddha)
- Subject: Re: A question on ls
- Message-ID: <1992Sep1.043626.21315@wixer.cactus.org>
- Organization: Real/Time Communications
- References: <6786@tekig7.PEN.TEK.COM> <1992Aug30.154653.27976@mccc.edu> <14375@auspex-gw.auspex.com>
- Distribution: na
- Date: Tue, 1 Sep 92 04:36:26 GMT
- Lines: 9
-
- >=What command would I type to display all files that do not have a .Z
- >=extension ?
-
- mkdir tmp
- mv *.Z tmp
- ls
-
- well, it'll get you what you want. :)
-
-