just my own notes. hopely can help others too
find /path -type f -exec grep -l "string" {} \;
contoh:
find /var/www/ -type f -exec grep -l "TEXT YOU ARE LOOKING FOR" {} \;