标签:web code egrep style url http curl head grep
curl -I https://127.0.0.1 2>/dev/null | head -1 | egrep "200|300|301"
curl 监控web
原文地址:http://www.cnblogs.com/vincenshen/p/6567723.html