Viewing HTML source via the curl command. If you're considering writing a script that requires downloading (or uploading) files over a network, one of your best ...
curl is a ubiquitous CLI "browser" that fetches raw web responses (HTTP, FTP, SMTP, etc.). Pipe curl into grep/sed/awk or cron to automate data extraction, monitoring, and installs. Use curl to ...