POSTで200なものを抜き出す

ログ調査のメモ

cat /var/log/httpd/access_log | grep -e "02/Oct/2017:17" -e "02/Oct/2017:18" | grep "POST"| awk -F' ' '$9==200{print $0}'