"grep -l “some_string” a-directory/*.html"
— finds all htlm files in “a-directory/” which contain the string “some_string” inside them and outputs the list of files
blog comments powered by Disqus