You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macOS has an old grep, which doesn't support option -P and hence Perl-style
regular expressions. One option to solve this is to require macOS users to
install GNU grep with Homebrew and then use ggrep on those systems, however
I've preferred instead to use perl directly, in part because I find that Perl
expression is actually more readable than grep one, even if more verbose.
Signed-off-by: Anton Kolesov <[email protected]>
0 commit comments