https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233145

Yuri Pankov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Yuri Pankov <[email protected]> ---
Alternations ("|") are ERE feature (see 9.4.7 in
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html), so
you need to run it as:

$ printf "xxx\nyyy\n" | bsdgrep -E 'xxx|yyy'
xxx
yyy

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to