LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   .tar.gz files (https://www.linuxquestions.org/questions/linux-general-1/tar-gz-files-556818/)

wessam82 05-26-2007 05:47 AM

.tar.gz files
 
How can I uncompress the .tar.gz files through the tar command?

pixellany 05-26-2007 05:50 AM

"tar -xzvf <filename>"

"man tar" for a whole bunch more info

You can also do it in two stages using gunzip and then tar

wessam82 05-26-2007 06:14 AM

thanks for your help


All times are GMT -5. The time now is 01:41 AM.