example:

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

相关文章: