Remix.run Logo
Paracompact 7 hours ago

`grep -P` kinda annoying. GNU has Perl-compatible regex, and BSD does not. You're reaching for `perl` or installing `ggrep` the moment you need a lookbehind.

kybernetyk 6 hours ago | parent [-]

BSD grep is the pure grep version though. Perl regex is unnecessary bloat.