locate -b public_html | grep -v 'html\.' | xargs -I % find % -name '*.html' -print0 | xargs -0 grep -li 'blahblah...' > path-name.list 2>/dev/null