Operating System - HP-UX
1829136 Members
2699 Online
109986 Solutions
New Discussion

Need help with compressed files please.

 
SOLVED
Go to solution
Jeff Thomas_1
Contributor

Need help with compressed files please.

Hi,

I have some files which I believe are compressed. I only have command line console access to the HP-UX 11 system.

The files have a .tar.gz extension on them. Anyone know how I can uncompress them? Thanks!
Thanks so much for helping a newbie!
7 REPLIES 7
Rita C Workman
Honored Contributor

Re: Need help with compressed files please.

Have you tried gunzip ??

Regards,
Rita
Rob Smith
Respected Contributor
Solution

Re: Need help with compressed files please.

Hi, try gzip -d on those files. Hope this helps.

Rob

Learn the rules so you can break them properly.
Patrick Wallek
Honored Contributor

Re: Need help with compressed files please.

Those files have been compressed with gzip. To unzip them use:

/usr/contrib/bin/gunzip filename.tar.gz

gunzip should be in /usr/contrib/bin, if not, try /opt/gzip/bin/gunzip
Satish Y
Trusted Contributor

Re: Need help with compressed files please.

gzip -d file.tar.gz
or
gunzip file.tar.gz

Cheers...
Satish.
Difference between good and the best is only a little effort
Alan Riggs
Honored Contributor

Re: Need help with compressed files please.

Or, if you are certain you want to untar the archive, combine the steps:

gunzip -c archive.tar.gz | tar xvf -
Peter Maitland
Occasional Advisor

Re: Need help with compressed files please.

Just as a matter of interest; why would you give points to one person and not to the other 4 that gave you the same answer? Just curious as I am new here.

Peter
Jaimin Parikh
Frequent Advisor

Re: Need help with compressed files please.

Hi,

I think this is not a good practice.We gather here to share our problems and we should appreciate all the responses to our problems.

Jeff,you should give some points to other guys also,since they have spent some time answering your query.

Good luck to all of you.

Regards,
Jaimin.



JAIMIN PARIKH : Share your knowledge and help those who need your help!!