#检测
tar tvf xxx.tar.gz
#解压
tar zxvf 

#检测
gunzip -tv yyy.gz
#解压
gunzip yyy.gz 

相关文章: