SyntaxFix
Write A Post
Hire A Developer
Questions
You are looking for -H option in gnu grep.
-H
find . -name '*bills*' -exec grep -H "put" {} \;
-H, --with-filename Print the filename for each match.