Crawl a web page, extract all domains and resolve them to IP addresses
Goal# Today I did a practical bash exercise: crawl a web page, extract all domains and resolve them to IP addresses with bash and common GNU/Linux tools. Script# #!/bin/bash url='blog.raw.pm'