linux find 查找忽略多个目录


centos下

find /etc/  \( -path /etc/sysconfig -o -path /etc/avahi \) -prune -o  -name “host*”  -print

相关内容

    暂无相关文章