Linux-Noob Forums
Linux-Noob Forums
>
Linux Noob
>
Tips and Tricks
> To untar a file
Full Version:
To untar a file
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
Digerati
2003-12-15, 02:37 PM
To untar a file use tar -xvf [filename]
If its in tar.gz then first gunzip [filename] and then untar.
anyweb
2008-02-12, 11:53 PM
or
Code:
tar zxvf filename.tar.gz
Linux-Noob Forums
>
Linux Noob
>
Tips and Tricks
> To untar a file