Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!cs.utexas.edu!swrinde!ucsd!ames!sun-barr!newstop!exodus!aiki.Eng.Sun.COM!kron From: kron@aiki.Eng.Sun.COM (Kenneth Kron) Newsgroups: comp.windows.news Subject: Uncompressing to stdout (was Re: oops) Message-ID: <319@exodus.Eng.Sun.COM> Date: 31 May 90 21:13:40 GMT References: <9005300339.AA23506@brillig.UMD.EDU> Sender: news@exodus.Eng.Sun.COM Reply-To: kron@aiki.Eng.Sun.COM (Kenneth Kron) Lines: 20 In article <9005300339.AA23506@brillig.UMD.EDU>, don@CS.UMD.EDU (Don Hopkins) writes: >Oops, I meant to say that "uncompress < spin/zoom.raw.Z | mapper - >..." doesn't work for some stupid reason. I tried putting dd between >the two processes, but I still couldn't get it to work. Does "mapper" >need to be taught to try harder, or is there some other way to make it >work? > > -Don You should be using zcat instead of uncompress. uncompress specifically wants to uncompress 1 file to another (it truncates the ".Z"). zcat on the other hand will uncompress a file to a pipe. Good luck -- Kenneth Kron (kron@eng.sun.com) ----- The opinions I gave were mine, the opinions you form are yours.