I'm fairly new to awk. I want to search files and output the links to webpages within the file in order of apperance.
I've used a reguluar expression to search the file:
/http/,/html?/
i've tried various methods to list the links without the html tags and tried using an array to count the apperance of links but to no avail.
any help would be appreciated.