Fragment of a
discussion from
Talk:RPi-Cam-Web-InterfaceViewing a history listing
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".
Thank you, I will try to do as you say