User Tools

Site Tools


extract_urls

Source

curl http://website-you-want.com/ | sed -e 's/href=/\nhref=/g' | grep 'href=' | sed -e 's/href="\([^"]*\)".*/\1/'

extract_urls.txt · Last modified: by 127.0.0.1