bash - To get logs information in between particular time-stamp using shell script -
i want extract infromation logs using shell script particular time range . line in logs looks this:
[16:34:34:911][13-10-2015]:no free accounts available
i need extract data in specific intervals. example in between 16:00 17:00 .i new shell script.i have tried grep command . can suggest me how ?
Comments
Post a Comment