Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!mintaka!ogicse!orstcs!beasley!wangh From: wangh@beasley.CS.ORST.EDU ( ) Newsgroups: comp.unix.questions Subject: Re: Can anyone show me a simpler way: Message-ID: <21061@orstcs.CS.ORST.EDU> Date: 16 Oct 90 21:28:14 GMT References: <40852@eerie.acsu.Buffalo.EDU> Sender: usenet@orstcs.CS.ORST.EDU Reply-To: wangh@beasley.UUCP ( ) Organization: Oregon State University -- UCS Lines: 27 In article <40852@eerie.acsu.Buffalo.EDU> cloos@acsu.buffalo.edu (James H. Cloos) writes: >If anyone can show me a simpler way to do this (the simplest?) I'd be >very appreciative: > >uncompress `du -a . | egrep .Z | awk '{print $2}' -` > >Thnaks. > >(& for those novices herein, yes, it does work. :) > Easy. uncompressdir . In case you don't have uncompressdir, there is another way find . -name "*".Z -exec uncompress {} \; >-JimC >-- >James H. Cloos, Jr. Phone: +1 716 673-1250 >cloos@acsu.buffalo.edu Snail: PersonalZipCode: 14048-0772, USA >rutgers!ub!cloos wangh@ucs.orst.edu