LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to extract a tar.gz file? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-extract-a-tar-gz-file-253255/)

deWin 11-10-2004 11:07 AM

How to extract a tar.gz file?
 
Thanks for helping in extracting those bz2 files, now I can't figure out how to extract tar.gz files. Any help would be appreciated.

abisko00 11-10-2004 11:15 AM

Did you know that you get really good information when you type 'man <command>' on a command line? ;)

Have a try on 'man tar'

Code:

tar -xzvf *.tar.gz

TigerOC 11-10-2004 11:15 AM

cd to the directory and do tar -xvf archive_name or tar -xvf /path/to/archive_name

deWin 11-10-2004 11:24 AM

thanks guys once again. All resolved.


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