Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2011 03:33:56 -0700 (PDT)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-current@freebsd.org
Subject:   Re: bsdgrep: does anyone see this?
Message-ID:  <1316342036012-4815764.post@n5.nabble.com>
In-Reply-To: <86hb4asf58.wl%poyopoyo@puripuri.plala.or.jp>
References:  <86ipoqsk8a.wl%poyopoyo@puripuri.plala.or.jp> <86hb4asf58.wl%poyopoyo@puripuri.plala.or.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1316342036012-4815764.post>