JPQuiceno Posted August 8, 2005 Posted August 8, 2005 I need to find a specific text on a website. I dont have a specific page, just the overall site. for example, http://www.juanpabloquiceno.com. i need to find text, that could be on any part of the site, on any page from the site. whats the best way to do this. thanks. ive already tried google advacned search.
5614 Posted August 8, 2005 Posted August 8, 2005 There is a google command to search for something within a specific site which you have to specify, but I can't remember how to correctly use the command.
Aeternus Posted August 8, 2005 Posted August 8, 2005 Its - search text site:thesite.com And you could also try using "wget" with its recursive/link crawling functionality and then using "grep" on the files/text ("man wget" and "man grep" should help you, look for the recursive ( -r / -R) stuff).
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now