LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Untar to a directory (https://www.linuxquestions.org/questions/linux-software-2/untar-to-a-directory-157750/)

john8675309 03-14-2004 08:57 PM

Untar to a directory
 
How can I untar a .tar.gz file to a specific directory??

--John

bareego 03-14-2004 09:00 PM

tar xzvf --directory=/path/to/dir filename.tar.gz

john8675309 03-14-2004 09:12 PM

That is close but that only untars my file into the directory but it would like:

mydir/program-1.2.3/

I would like to make it untar to just
mydir/

--John


All times are GMT -5. The time now is 02:04 PM.