msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

07 May 07 Find all web pages that reference to www.example.com

Posted by

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

Tags: , ,

Leave a Comment

You must be logged in to post a comment.