| I want to download exclusively html files from a website to run grep-like
queries on their content (for instance: look for 'mailto:'). I tried this:
$ httrack <https://www.name.org> -* +*.html
but it retrieves only the root html, not child. In other words, if fails to
recurse. How can I achieve that? | |