Tar.bz2: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
To extract a .tar.bz2 file use the following command. | To extract a .tar.bz2 file use the following command. | ||
<pre> | <pre> | ||
tar | tar jxvf file | ||
</pre> | </pre> | ||
[[Category : Linux]] | [[Category : Linux]] |
Latest revision as of 06:33, 23 January 2008
To extract a .tar.bz2 file use the following command.
tar jxvf file