I've an issue, I wonder if you can help me. All I have to do is sorting these format by Hour element. But that element is in this format:
192.168.100.200 - unauthenticated 25/Sep/2015:18:52:18 -0500
192.168.100.200 - unauthenticated 29/Sep/2015:14:20:41 -0500
192.168.100.200 - unauthenticated 29/Sep/2015:14:43:16 -0500
192.168.100.200 - unauthenticated 29/Sep/2015:14:44:04 -0500
192.168.100.200 - unauthenticated 29/Sep/2015:15:30:50 -0500
192.168.100.200 - unauthenticated 30/Sep/2015:13:53:04 -0500
192.168.100.200 - unauthenticated 30/Sep/2015:14:07:48 -0500
I've to sort by the field 14:07:48
I already read I can sort it with this:
sort -t':'
But the real problem is I have to print all the line sorted.
I hope you can help me.
Regards