[SuSE Linux] Unzipping .Z files
I downloaded a file from the SysAdmin magazine ending in tar.Z. But I cannot unzip it with gunzip. Can anyone tell me how to unzip the file? Thanks Denis - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
millerd <millerd@bconnex.net> wrote:
I downloaded a file from the SysAdmin magazine ending in tar.Z. But I cannot unzip it with gunzip.
Can anyone tell me how to unzip the file?
Thanks
Denis
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Try this: compress --help Unknown flag: '-'; Usage: compress [-dfvcVr] [-b maxbits] [file ...] -d If given, decompression is done instead. -c Write output on stdout, don't remove original. -b Parameter limits the max number of bits/code. -f Forces output file to be generated, even if one already. exists, and even if no space is saved by compressing. If -f is not used, the user will be prompted if stdin is. a tty, otherwise, the output file will not be overwritten. -v Write compression statistics. -V Output vesion and compile options. -r Recursive. If a filename is a directory, descend into it and compress everything in it. In other words: compress -d filename.Z -Dee W.D.McKinney (Dee) deem@wdm.com Faith is acting on your passions & beliefs. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Sun, 27 Dec 1998, millerd wrote:
I downloaded a file from the SysAdmin magazine ending in tar.Z. But I cannot unzip it with gunzip.
Can anyone tell me how to unzip the file?
Thanks
Denis
Hi Denis; The command you're looking for is "uncompress". Look in the man pages for all the info. One thing you'll need to know is that it sends the output to your screen. So you will need to do "uncompress file.Z | file.newname". Hope this helps! J I M ----------------------------------------- Jim Hatridge Germany hatridge@straubing.baynet.de Proud Linux User #88484 !!!!!!!!!! Micro$oft -- Ghostdriver* on the road to the future! (*German Slang for the guy driving on the wrong side of the road!) ---------------------------------------------- "If a President of the United States ever lied to the American people he should resign." Bill Clinton, 1974 - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Try, uncompress -d FILENAME.Z millerd wrote:
I downloaded a file from the SysAdmin magazine ending in tar.Z. But I cannot unzip it with gunzip.
Can anyone tell me how to unzip the file?
Thanks
Denis
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Just type : tar Zxvf <file.tar.Z> Ad it will uncompress and untar it in one pass... --- Date sent: Sun, 27 Dec 1998 03:04:03 -0500 From: millerd <millerd@bconnex.net> To: "suse-linux-e@suse.com" <suse-linux-e@suse.com> Subject: [SuSE Linux] Unzipping .Z files Send reply to: suse-linux-e@suse.com
I downloaded a file from the SysAdmin magazine ending in tar.Z. But I cannot unzip it with gunzip.
Can anyone tell me how to unzip the file?
Thanks
Denis
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
- Nestor Ruiz Soporte Tecnico - ELEX - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (5)
-
deem@wdm.com
-
hatridge@straubing.baynet.de
-
millerd@bconnex.net
-
nruiz@hermes.bvl.com.pe
-
zulfiqar@shaw.wave.ca