Hi All,
I am new to unix , i want to check the url exists or not and url status .
kindly help me how to do it
i am using the below one for checking the single url..
curl -s --head | head -n 1
i want to check multiple url in single execution..
i want to get the status report like below when checking the multiple urls
google.com status code 200 and url exsists
yahoolzaa.com status code 400 and url doesnot exist
gmail.com status code 200 and url exists
kindly help me to get the output with status report pls..
I am new to unix , i want to check the url exists or not and url status .
kindly help me how to do it
i am using the below one for checking the single url..
curl -s --head | head -n 1
i want to check multiple url in single execution..
i want to get the status report like below when checking the multiple urls
google.com status code 200 and url exsists
yahoolzaa.com status code 400 and url doesnot exist
gmail.com status code 200 and url exists
kindly help me to get the output with status report pls..