Wednesday, May 13, 2009

Creating .tar.gz file

Several ways to create .tar.gz file

But, I use this way to create .tar.gz file ...

$ tar -pczf name_of_your_archive.tar.gz /path/to/directory

And untar, I use the popular way :D

$ tar -xvfz name_of_your_archive.tar.gz

:)

No comments:

Post a Comment