On Sun, 4 Sep 2022, Alistair Crooks wrote:
agcre was not really meant to be a drop-in replacement for grep:
- defaults to extended regexps
- does most (sane/useful) perl extensions
- does utf-8 searching and matching
- is built around a vm style of matching, rather than a dfa, or aho
corasick-s
I'm working on making UEFI EDK2 (TianoCore) build on NetBSD.
One script is invoking whereis(1), expecting the Linux behavior,
differing from what we have left in base.
I have implemented the Linux behavior (that searches not an exact match
but a substring) with a script function, protecting its d