How To Filter All Messages Between Two Time Points awk '$0 >= "Feb 5 11:00:00" && $0 < "Feb 5 12:00:00"' <file> Previous Next