TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Ask HN: How can you recursively grep a website?
1 points
by
wolfparade
over 13 years ago
I want to use a regular expression on a whole domain. What is the easiest way to do that?
2 comments
kevinburke
over 13 years 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
over 13 years ago
Collapse
yep either just use google, or download the site as mentioned and use:<p>grep myTerm path/to/mysite/<i></i>
评论 #3119440 未加载