Return to Snippet

Revision: 6710
at June 10, 2008 05:39 by cbrant


Initial Code
To create a bzip2-compressed tar-file:

tar -cjf archivefile.tar.bz2 file-list


Decompressing in GNU tar:

tar -xjf archivefile.tar.bz2

Initial URL


Initial Description
Quick example of how to compress and decompress archives using tar and bzip2.

Initial Title
Archive using tar and bzip2

Initial Tags


Initial Language
Bash