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.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to