hi, I use Wget to check page state with the --spider parameter I looking for a way to get back only the number server response (200 if OK, 404 if missing, ...) but I don't found a simple way. So i try to write the result to a file and parse it but there is no standard output for each response
can you add a parameter to get only the number or standardize the reponse (no return carriage and number for an autorization failed) thanx for your work ;)