tar解压时去掉第一级目录并解压到指定目录

增加 --strip-components 1 参数即可

tar -zxvf xx.tar.gz --strip-components 1  -C ./

你可能感兴趣的:(tar解压时去掉第一级目录并解压到指定目录)