Closed
Description
OSX have switched from GNU grep to BSD grep in version 10.8 and for this reason grep -P
is no longer supported.
There is a workaround to install pcre grep, which will install GNU grep and -P will work again:
brew install grep --with-default-names
Another solution is to change grep -P
to a relevant perl command, details can be found here.
Metadata
Metadata
Assignees
Labels
No labels