LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar.gz (https://www.linuxquestions.org/questions/linux-newbie-8/tar-gz-158965/)

neozero62 03-17-2004 10:45 AM

tar.gz
 
Hello, I am trying to extract a .tar.gz file. I have been reading the man files, and all I can see I need to do it /tar -x <filename> When I do this, the terminal just sits there, doing nothing. Is this the only switch I need to use? Thanks for your time. Using RedHat9
Neo

bnice 03-17-2004 10:51 AM

try:

tar zxvf filename

z=unzip
x=extract
v=verbose
f=from file

neozero62 03-17-2004 10:53 AM

Thanks! Works good now


All times are GMT -5. The time now is 02:00 AM.