命令 解压
tar –xvf *.tar .tar.xz
tar –xzf *.tar.gz
tar –xZf *.tar.Z
tar –xjf *.tar.bz2
x 解压
v 显示过程
f 指定文件
gunzip *.gz
unzip *.zip
uncompress *.Z