tar 删除压缩包中指定文件
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
tar --delete --file a.tar bbb.txt
或者
tar -f a.tar --delete bbb.txt
tar 删除压缩包中指定文件
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
tar --delete --file a.tar bbb.txt
或者
tar -f a.tar --delete bbb.txt