What I need to do is retrieve a link through a command such as:
wget --quiet -O - linkname
Then pipe it to sed to just display ONLY the links on the page not the formatting.
What i got so far only displays lines with the all the html code along side of it.
I believe this is what I was looking for.