Help for this page

Select Code to Download


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