Depending on how the TAR file was made, you would do a "tar xvf <filename>". If you want the file extrated to a specific directory and you do not know if the TARfile was created with absolute paths, you will want to do "tar xvfA <filename>". The A supresses any absolute paths and extracts the file in the current directory. There are also many other options. Do a "man tar" to see all of the possible uses and options...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.