bug-grep
[Top][All Lists]
Advanced

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

Bug or feature?


From: Eric Cloninger
Subject: Bug or feature?
Date: Wed, 22 Jun 2011 17:25:43 -0500 (CDT)

# 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?



reply via email to

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