
DSDR KB:
Q:
Can you remind me how to uncompress a file with a *.gz extension?
A:
If you are using unix or linux and want to keep the compressed version intact:
gunzip -c xxxx.gz > xxxx
If you want the compressed version to be replaced by the uncompressed version:
gunzip -d xxxx.gz
Links:
Related Question Groups:
Notice: Undefined index: REMOTE_HOST in /opt/www/htdocs/psc/dis/data/kb/inc/pageCode_answer.inc on line 165