I want to find absolute path of link from a web page source.
For example in a web page source, there is a line like this:
href="lectures/lecture04.pdf"
But the absolute path for this is
www.abc.com/courses/cs101/lectures/lecture04.pdf
Is there a way to get this path in bash shell?