Path: utzoo!attcan!uunet!wuarchive!uwm.edu!ux1.cso.uiuc.edu!iuvax!maytag!focsys!larry From: larry@focsys.uucp (Larry Williamson) Newsgroups: comp.unix.questions Subject: Re: Can anyone show me a simpler way: (use find!) Message-ID: Date: 16 Oct 90 13:32:09 GMT References: <40852@eerie.acsu.Buffalo.EDU> Sender: larry@focsys.uucp (Larry Williamson) Organization: Focus Automation Systems Inc. Waterloo, Ontario. Lines: 6 In-Reply-To: cloos@acsu.buffalo.edu's message of 15 Oct 90 22:21:45 GMT In article <40852@eerie.acsu.Buffalo.EDU> James H. Cloos writes: > uncompress `du -a . | egrep .Z | awk '{print $2}' -` find . -name '*.Z' -exec uncompress \{\} \; -Larry