find 查找文件 -exec 然后压缩 查看tar包的内容
Posted 运维工匠实战(如果发现有错误请大家把正确的方法发送给我,方便
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了find 查找文件 -exec 然后压缩 查看tar包的内容相关的知识,希望对你有一定的参考价值。
[[email protected] Downloads]# find ./ -name "banner*" -exec tar -cvf k.tar "{}" \; ./banner.zip ./banner 2/ ./banner 2/[email protected] ./banner 2/[email protected] ./banner 2/.DS_Store ./banner 2/[email protected] ./banner 2/[email protected] ./banner 2/[email protected] ./banner 2/[email protected] ./banner 2/[email protected] ./banner 2/[email protected] ./banner_01.png ./__MACOSX/banner 2/ ./__MACOSX/banner 2/._.DS_Store ./banner_02.png [[email protected] Downloads]# ls banner_01.png banner 2 gitlab-7.1.1_omnibus-1.el6.x86_64.rpm __MACOSX banner_02.png banner.zip k.tar redis.conf
查看tar包的内容
[[email protected] Downloads]# tar -tvf k.tar -rw-r--r-- root/root 407048 2016-11-04 19:05 ./banner_02.png
以上是关于find 查找文件 -exec 然后压缩 查看tar包的内容的主要内容,如果未能解决你的问题,请参考以下文章