Tar.gz: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
</pre> | </pre> | ||
To create a .tar.gz file use the following command. | |||
<pre> | <pre> | ||
tar cvfz filename.tar.gz source | tar cvfz filename.tar.gz source |
Revision as of 11:32, 3 March 2008
To extract a .tar.gz file use the following command.
tar xvzf file
To create a .tar.gz file use the following command.
tar cvfz filename.tar.gz source