Compression: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
Created page with "=Multi threaded Compression and Decompression= <pre> tar -c folder/ | pbzip2 -vrc > folder.tar.bz2 pbzip2 -dvc folder.tar.bz2 | tar x </pre> Category:Bioinformatics"
 
mNo edit summary
 
Line 7: Line 7:




[[:Category:Bioinformatics]]
[[Category:Bioinformatics]]

Latest revision as of 05:24, 28 October 2016

Multi threaded Compression and Decompression

tar -c folder/ | pbzip2 -vrc > folder.tar.bz2

pbzip2 -dvc folder.tar.bz2 | tar x