How To Uncompress Open Tar.gz Files



How To Uncompress Open Tar.gz Files
How To Uncompress Open Tar.gz Files
Post Description:
Post Tags: how, to, uncompress, open, targz, files
This Post Has Been Viewed 15802 Times Since Fri Jul 21, 2006 8:04 am Posted By webmaster with 3 replies
Next Post »» How To Change Memory Limit PHP Apache Server
How To Uncompress Open Tar.gz Files
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:
tar xvf filename.tar



If the tarball has also been gzipped (compressed), you can use the following command:

     Code:
tar xvfz filename.tar.gz



If you only want certain directories from the tarball, do this:

     Code:
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:
tar yxf filename.tar.bz2

Leave Your Comments     [ dejar commentarios ]
  * Name     [nombre]

  * eMail (will not be published)     [coreo electronico]

* Enter Your Reply or Comments:    [commentarios]


Add Picture To Comments         [incluir foto]
YES NO             upload
Receive Replies on my Comments (An email will be sent to you when someone replies to your comments)

     

Comments and replies About How To Uncompress Open Tar.gz Files




:: 1 :: #1217 - Reply By stu On Tue Apr 03, 2007 12:36 am
Just wondering if you knew of a program to uncompress .tar for Macs.cant find one anywhere.thanks mate
:: 2 :: #37371 - Reply By rajiv On Sun Jan 20, 2008 12:53 pm
how to open a.src.tar.gz file ..?
:: 3 :: #48587 - Reply By shawn On Fri Apr 04, 2008 11:32 am
uh wrong! doesn't work in vista even with the tar.gz in the same dos cmd diretory...