LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   unzip a tar.gz file (https://www.linuxquestions.org/questions/linux-newbie-8/unzip-a-tar-gz-file-75070/)

klfreese 07-22-2003 11:25 PM

unzip a tar.gz file
 
how do a unzip a tar.gz file

crabboy 07-22-2003 11:35 PM

either:
tar -zxvf filename.tar.gz
OR
gzip -d filename.tar.gz
tar -xvf filename.tar


All times are GMT -5. The time now is 04:23 AM.