/ Published in: Bash
                    
                                        
Quick example of how to compress and decompress archives using tar and bzip2.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
To create a bzip2-compressed tar-file:
tar -cjf archivefile.tar.bz2 file-list
Decompressing in GNU tar:
tar -xjf archivefile.tar.bz2
Comments
 Subscribe to comments
                    Subscribe to comments
                
                