SyntaxFix
Write A Post
Hire A Developer
Questions
Or maybe even easier
grep -R put **/*bills*
The ** glob syntax means "any depth of directories". It will work in Zsh, and I think recent versions of Bash too.
**