Link to home
Start Free TrialLog in
Avatar of crishna1
crishna1Flag for United States of America

asked on

GZip

How do i uncompress a dump file using gzip?

Thanks.

Avatar of NashvilleGuitarPicker
NashvilleGuitarPicker
Flag of United States of America image

If you are using the regular command line gzip, then you would use:

gzip -d filename.gz


If this is a .tar.gz, .tar.Z, .tgz or .taz file, then you should use tar instead.  The tar syntax is:

tar -xvf filename.tar.gz



I hope this helps.  If not, what OS are you using, and what is the full extension of the file?

- Will
Avatar of crishna1

ASKER

i am in the dos prompt and typed "gzip -d filename.gz" ..gave me an error , gzip is not recognizes internal/external error.

Thanks.
Avatar of riotz
riotz

install winrar
you can get it at www.rarlab.com
Make sure its location is in the path environmental variable
Avatar of Darrell Porter
Are you on a Windows box or a Linux box or some other OS?
ASKER CERTIFIED SOLUTION
Avatar of NashvilleGuitarPicker
NashvilleGuitarPicker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi crishna1 :-),
Since this question is starting to get old could you please give us an update on the status of this question?
See:  https://www.experts-exchange.com/help.jsp#hi51 Thank you, turn123's friendly update request script.
Offtopic comments about this script to https://www.experts-exchange.com/questions/21188389/Unanswered-question-list-and-ping-feedback-and-bugs.html please :-).