gibney.org
:
Technology
:
Linux
:
Count Links on a Website
(Entry Nr. 336, by user 1 |
edit
)
wget -O- www.domain.com | grep -Eo "http://[^/\"]+" | sort | uniq -c | sort -n
Create a new entry at this position