Bulk URL Checker with cURL
I discovered the Search Commander’s URL tool awhile back when I needed a scalable solution to check the HTTP status for a large list of URLs. It worked as intended but when I tried it with 1k+ URLs I pretty much broke the checker and took down the page along with it. Thus, in my pursuit to learn programming I said to myself, “how come I can’t build my own?” If you’re a Mac user you can use this right away since cURL is already built into your Terminal. For Windows users you’ll first need to download Cygwin with the cURL package. ...