If, for some reason, you have a text file that has been saved as a tarred and gzipped file, use the following to gunzip/untar and gzip on the fly:
tar xvzfO $TARFILE | gzip > ./$NAME.gz
If, for some reason, you have a text file that has been saved as a tarred and gzipped file, use the following to gunzip/untar and gzip on the fly:
tar xvzfO $TARFILE | gzip > ./$NAME.gz
© 2012 killdash9.org. All Rights Reserved.
Powered by WordPress. Designed by ![]()
Page optimized by WP Minify WordPress Plugin
Comments are closed.