find . -path '/bar/.foo' -print0 | xargs -0 grep baz
;-) no regex, no nested suff, much shorter. My brain went back to it ;-)
find . -path '/bar/.foo' -print0 | xargs -0 grep baz
;-) no regex, no nested suff, much shorter. My brain went back to it ;-)