Hi!
I'm trying to grep logs in a huge file between a certain period of time.
Ex:.
SFOY PM106 MAR09 02:44:25 3661 RTS LCM
SFOY AUDT106 MAR09 02:45:28 3664 INFO
SFOY * PM106 MAR09 02:58:23 3698 RTS
SFOY SWER MAR09 04:23:03 4108
Is it possible to grep(or else) logs between 02:44:26 to
02:59:01 in a one line command?
I'm trying to grep logs in a huge file between a certain period of time.
Ex:.
SFOY PM106 MAR09 02:44:25 3661 RTS LCM
SFOY AUDT106 MAR09 02:45:28 3664 INFO
SFOY * PM106 MAR09 02:58:23 3698 RTS
SFOY SWER MAR09 04:23:03 4108
Is it possible to grep(or else) logs between 02:44:26 to
02:59:01 in a one line command?