<pre>find / -name '*html' -print \ | xargs grep -l 'www.example.com' \ | less -Opages</pre><blockquote> </blockquote>