X

Quick tip: Get all URLS in a page using the shell


wget -O - http://islascruz.org | \
grep -o '<a href=['"'"'"][^"'"'"']*['"'"'"]' | \
sed -e 's/^<a href=["'"'"']//' -e 's/["'"'"']$//'

marco: Software Developer, Python lover and a Free Software enthusiast
Related Post