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