https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201650
Mark Felder <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Mark Felder <[email protected]> --- % echo "abc" | bsdgrep -e "^[a-z]" -o a % echo "abc" | grep -e "^[a-z]" -o a b c bsdgrep gets it right, but grep does not. Our GPL'd grep must be old and has this bug? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
