Find all web pages that reference to www.example.com
find / -name '*html' -print \ | xargs grep -l 'www.example.com' \ | less -Opages
A chronological documentation test project, nothing serious, really!
find / -name '*html' -print \ | xargs grep -l 'www.example.com' \ | less -Opages