example:

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

05-04 06:57