Hi All,
How would you explain this:
Also:
It seems wrong to me, regexp strikn selection should stop at first "1".
What do you think? Is it a bug?
--fedya
How would you explain this:
Code:
# echo aabb1ccdg1hsfsdf | grep -o "^[^1]*1"
aabb1
ccdg1
Also:
Code:
# echo aabb1ccdg1hsfsdf | grep --color "^[^1]*1"
[color="Red"]aabb1ccdg1[/color]hsfsdf
It seems wrong to me, regexp strikn selection should stop at first "1".
What do you think? Is it a bug?
--fedya