shell curl http状态码获取

curl -I -m 10 -o /dev/null -s -w %{http_code}  www.baidu.com


你可能感兴趣的:(shell,curl)