1827951 Members
3392 Online
109973 Solutions
New Discussion

uncompress file

 
SOLVED
Go to solution
haeman
Frequent Advisor

uncompress file

I have a file its extension is .z type , it should be compressed , how to uncompress it ? thx
2 REPLIES 2
Change_happens
Honored Contributor
Solution

Re: uncompress file

gzip/gunzip or uncompress can do that.
did u even try TAR? tar -xzvf
Steven Schweda
Honored Contributor

Re: uncompress file

"man compress" (or "man uncompress").

Uncompress normally expects ".Z" (not ".z").

> did u even try TAR? tar -xzvf

Who said that it was a compressed "tar"
archive?

Do grown-ups actually spell "you" as "u"
nowadays? I must be old.