bsdgrep: does anyone see this?

Jakub Lach jakub_lach at mailplus.pl
Sun Sep 18 10:33:57 UTC 2011


FreeBSD 9.0-BETA2 #0 r225641 amd64

$ echo |grep -q '^'; echo $?                             
0

$ echo |grep -qv '^'; echo $?
1

$ echo |bsdgrep -q '^'; echo $?                          
1

$ echo |bsdgrep -qv '^'; echo $?
0


--
View this message in context: http://freebsd.1045724.n5.nabble.com/bsdgrep-does-anyone-see-this-tp4815133p4815764.html
Sent from the freebsd-current mailing list archive at Nabble.com.


More information about the freebsd-current mailing list