Selasa, 03 Februari 2015

bzip2 compression

to extract in from .bz2 , use below
bzip2 -cd files.tar.bz2 | tar xvf -

and to compress into .bz2 , use below
bzip2 -cd files.tar.bz2 | tar tvf -

Tidak ada komentar:

Posting Komentar