When I want to grep all the html files in some directory, I do the following
grep --include=\"*.html\" pattern -R /some/path
which works well. T
is this not working?
grep pattern /some/path/*.{html,php,htm}