awk '$4>"[03/Aug/2016:10:00:00"&&$4<"[03/Aug/2016:13:57:27"' /var/log/apache2/access.log |awk '{print NR , $0}'| wc -l

30