How To Uncompress Open Tar.gz Files T52
how to uncompress open tar.gz files t52
how, to, uncompress, open, targz, files, t52
How To Uncompress Open Tar.gz Files T52
Post Description: how to uncompress open tar.gz files t52
POST# 1345
Posted On: Mon Apr 28, 2008 5:24 pm
Webune
Topic: How To Uncompress Open Tar.gz Files T52
tar is a compression technology used to create a Tape ARchive. The resulting file is known as a tarball.

If you have Window, this is the same as a Zip file. You use winzip to compress and uncompress .zip files.So its the same idea. To uncompress the files (or to get the files out of a tarball), you can use the following commands:

Code/Command:
tar xvf filename.tar




If the tarball has also been gzipped (compressed), you can use the following command:
Code/Command:
tar xvfz filename.tar.gz




If you only want certain directories from the tarball, do this:
Code/Command:
tar xvzf filename.tar.gz */dir.you.want/*




If you have a .tar.bz2 file, then you need bzip2 installed (/usr/ports/archivers/bzip2), and you issue this command:
Code/Command:
tar yxf filename.tar.bz2
Share:
BBCODE:
HTML Code:


No Repies
(0) Comments for How To Uncompress Open Tar.gz Files T52

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload