bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug or feature?


From: Eric Cloninger
Subject: Re: Bug or feature?
Date: Wed, 22 Jun 2011 19:56:28 -0500 (CDT)

My apologies for not including version from the start.  2.5  
Thanks, I understand this to be a bug and will upgrade.

----- Original Message -----
From: "Eric Blake" <address@hidden>
To: "Eric Cloninger" <address@hidden>
Cc: address@hidden
Sent: Wednesday, June 22, 2011 5:43:20 PM
Subject: Re: Bug or feature?

On 06/22/2011 04:25 PM, Eric Cloninger wrote:
> # echo " 1 2 3 4" |grep -o "^ [0-9]"
>  1
>  2
>  3
>  4
> 
> It would appear that -o chops up the input stream into a new line every time 
> a match is found.  However, I expect a "^...." grep to find only one result 
> per line of input, regardless of the return method (whole line or 
> only-matching).  Bug or feature?

Which version of grep?

$ echo " 1 2 3 4" | grep -o '^ [0-9]'
 1
$ grep (GNU grep) 2.8

and likewise for 2.9.

-- 
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]