Re: grep weirdness - matching space character

2006-09-26 Thread Christopher Faylor
On Tue, Sep 26, 2006 at 11:16:42AM +0100, The Blog User wrote: >I am really struggling to understand what I am doing wrong here. > >I have a log file with a line that looks like this: > >++ 04:51:32 All 94 items succeeded > >The binary data for that line is this: > >2B 2B 20 30 34 3A 35 31 3A 33 32

Re: grep weirdness - matching space character

2006-09-26 Thread Richard Quadling
On 26/09/06, Dave Korn <[EMAIL PROTECTED]> wrote: On 26 September 2006 11:17, The Blog User wrote: > I am really struggling to understand what I am doing wrong here. > > I have a log file with a line that looks like this: > > ++ 04:51:32 All 94 items succeeded > > The binary data for that line i

Re: grep weirdness - matching space character

2006-09-26 Thread Jack
No such escape as '\d' - I thought that was digit, is that a perl-ism ? Anyway, I now understand what is going on, thanks for your help. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cy

RE: grep weirdness - matching space character

2006-09-26 Thread Kenneth Nellis
Because "\d" is a Perl-specific feature, you should specify "grep -P". -Original Message- From: The Blog User [mailto:blog at yankeeboysoftware dot com] Sent: Tuesday, September 26, 2006 6:17 AM To: cygwin@cygwin.com Subject: grep weirdness - matching space ch

RE: grep weirdness - matching space character

2006-09-26 Thread Dave Korn
On 26 September 2006 11:17, The Blog User wrote: > I am really struggling to understand what I am doing wrong here. > > I have a log file with a line that looks like this: > > ++ 04:51:32 All 94 items succeeded > > The binary data for that line is this: > > 2B 2B 20 30 34 3A 35 31 3A 33 32 20

grep weirdness - matching space character

2006-09-26 Thread The Blog User
I am really struggling to understand what I am doing wrong here. I have a log file with a line that looks like this: ++ 04:51:32 All 94 items succeeded The binary data for that line is this: 2B 2B 20 30 34 3A 35 31 3A 33 32 20 41 6C 6C 20 39 34 20 69 74 65 6D 73 20 73 75 63 63 65 65 64 65 64 0A