Re: grep(1) documents bsdgrep, but GNU grep is installed as 'grep'

2019-01-08 Thread Kyle Evans
On Tue, Jan 8, 2019 at 7:44 PM Kyle Evans wrote: > > On Tue, Jan 8, 2019 at 7:36 PM Rebecca Cran via freebsd-stable > wrote: > > > > grep(1) documents the "--exclude-dir" option, but running "grep" complains > > it's unknown. Also, 'rgrep' doesn't exist. > > It turns out that the grep binary is G

Re: grep(1) documents bsdgrep, but GNU grep is installed as 'grep'

2019-01-08 Thread Kyle Evans
On Tue, Jan 8, 2019 at 7:36 PM Rebecca Cran via freebsd-stable wrote: > > grep(1) documents the "--exclude-dir" option, but running "grep" complains > it's unknown. Also, 'rgrep' doesn't exist. > It turns out that the grep binary is GNU grep 2.5.1, while bsdgrep supports > the option. > > Is WITH_