26-04-23 05:47 PM
Hi, I have 1000 urls and i need to check if each url is working or returns any error. Please suggest. I dont want to launch browers for each url and check .
26-04-23 06:07 PM
Use a command like this:
curl -I http://www.cnn.com
Make the process look for "Could not resolve" In that case, record the result, clear the screen, and move to the next one
Look how the response when looking for a good website and a bad one.