With a script file, I would like to extract day by day some lines from a file which have been added day by day. The format of these lines are :
...
root pts/17 10.81.0.58 Tue Feb 13 09:20 - 09:21 (00:01)
...
So in this file I would like all the lines which the date : Tue Feb 13.
How can I do that ? I know the grep command to extract but what are the arguments to extract only the date I would like? Thanks for helping me.
...
root pts/17 10.81.0.58 Tue Feb 13 09:20 - 09:21 (00:01)
...
So in this file I would like all the lines which the date : Tue Feb 13.
How can I do that ? I know the grep command to extract but what are the arguments to extract only the date I would like? Thanks for helping me.