.tar.xz 的解压方式 centos

1.使用xz -d test.tar.xz进行第一次解压

2.使用tar -xvf test.tar进行第二次解压,注意-后的参数不要有z

原文地址:https://www.cnblogs.com/yangcclg/p/8733287.html