why is ack better than dgrep
- Uses real Perl regular expressions, not a GNU subset.
- grep does have -P, --perl-regexp
- Interpret PATTERN as a Perl regular expression. This is highly experimental and grep -P may warn of unimplemented features.
- Andy has some more reasons.