find . -type f -exec grep -l “string to find” {} \; -print I always forget, so I’m putting it here for future reference =)