find命令:忽略一个目录或者多个目录

example:

find ./ ! -path "./output/*" ! -path "./output1/*" -type f | xargs grep ""

原文地址:https://www.cnblogs.com/PhoenixMY/p/5919810.html