10 Jul 2010, 5:18pm
Linux Programming: bzip2 commands compression tar uncompress unix
by bseanvt

leave a comment
Linux Programming: bzip2 commands compression tar uncompress unix
by bseanvt
leave a comment
Uncompress A Bz2 File Using Tar Command
Uncompress a bz2 file using tar command
tar --use-compress-program bzip2 -xvf your-file-to-uncompress.tar.bz2
@source http://www.kde.gr.jp/help/doc/kdebase/doc/khelpcenter/faq/HTML/bzip2.html


