Ask HN: How can you recursively grep a website? 1 points by wolfparade 14y ago ↗ HN I want to use a regular expression on a whole domain. What is the easiest way to do that?
[–] kevinburke 14y ago ↗ Google's site: operator... or write a crawler to parse all within-site text links, download the site source into files on your machine and then grep.
[–] saiko-chriskun 14y ago ↗ yep either just use google, or download the site as mentioned and use:grep myTerm path/to/mysite/ [–] saiko-chriskun 14y ago ↗ hm looks like ycombi parsed out my asterisks. at the end of the path should've been two.
[–] saiko-chriskun 14y ago ↗ hm looks like ycombi parsed out my asterisks. at the end of the path should've been two.
3 comments
[ 3.5 ms ] story [ 11.7 ms ] threadgrep myTerm path/to/mysite/