python简单代码
感谢四位老师和卡斯大神,问了下你们面试经常会问啥,但是都给了很认真的回答。大神们分享很给力,很有深度。
grep -E " 404 | 500 " /tmp/nginx.log | awk '{print $9}' | sort | uniq -c