Where is the main html page

Jump to: navigation, search

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".

08:55, 21 July 2017

Thank you, I will try to do as you say

02:24, 22 July 2017