Uncompress (extract) a file compressed in .bz2 format. Solution. # uncompress into the current directory $ tar -jxvf compressed.tar.bz2 # uncompress into ...
確定! 回上一頁