Hi,

A user reported busybox -o is broken.

GNU grep:
# echo aaa | grep -o a
a
a
a

Busybox grep (1.12.x and current svn):
# echo aaa | ./busybox grep -o a
a


It returns 1 single line while GNU returns 3.

-nc

_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to