[BusyBox] 1.00-pre10 grep -e abc -e xyz problem

Shuhao Chang shuhao.chang at msa.hinet.net
Thu Apr 15 16:25:06 UTC 2004


~ # cat text
abc
ijk
xyz
~ # cat text | grep -e abc -e xyz
~ #

Expected value:
abc
xyz
But when I use BusyBox v1.00-pre10 grep, it gets nothing.
Busybox CVS grep.c 1.79 doesn't have this problem.

-- shuhao





More information about the busybox mailing list