1、*.tar用tar-xvf解压2、*.gz用gzip-d或者gunzip解压3、*.tar.gz和*.tgz用tar-xzf解压4、*.bz2用bzip2-d或者用bunzip2解...
浏览 84 次 标签: Linux下的tar压缩解压缩命令详解