Sep 8, 2011 #1 feherke Programmer Joined Aug 5, 2002 Messages 9,541 Location RO Hi Maybe there are tabs ? Code: grep "[highlight]\s[/highlight]09:" < catalina.2011-09-08.log Feherke. http://free.rootshell.be/~feherke/
Hi Maybe there are tabs ? Code: grep "[highlight]\s[/highlight]09:" < catalina.2011-09-08.log Feherke. http://free.rootshell.be/~feherke/
Sep 8, 2011 1 #2 SamBones Programmer Joined Aug 8, 2002 Messages 3,186 Location US Since the only colons in your example are in the time, you could do this... Code: grep "[^:]09:" < catalina.2011-09-08.log Upvote 0 Downvote
Since the only colons in your example are in the time, you could do this... Code: grep "[^:]09:" < catalina.2011-09-08.log
Sep 8, 2011 #3 ddrillich Technical User Joined Jun 11, 2003 Messages 546 Location US Hmmm, nothing comes up with this one. Regards, Dan Upvote 0 Downvote
Sep 8, 2011 #4 ddrillich Technical User Joined Jun 11, 2003 Messages 546 Location US Thank you Sam!! Upvote 0 Downvote