I want to extract infromation from logs using a shell script for a particular time range . A line in logs looks like this:
[16:34:34:911][13-10-2015]:No free accounts available
I need to extract data in specific intervals. for example in between 16:00 to 17:00 .I am new to shell script.I have tried with grep command . Can anyone suggest me how to do this ?