Can't you just use grep to find some text from the page?
Do something like:
$grep -ri "some string from the webpage that's unique" .
That will turn up any files that contain the string "some string from the webpage that's unique".
Wmat (talk)
Thank you, I will try to do as you say
Francescom (talk)