To untar a file - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +--- Thread: To untar a file (/thread-3986.html) |
To untar a file - Digerati - 2003-12-15 To untar a file use tar -xvf [filename] If its in tar.gz then first gunzip [filename] and then untar. To untar a file - anyweb - 2008-02-12 or Code: tar zxvf filename.tar.gz |