Brian Gernhardt writes:
> OS X's sed only accepts basic regular expressions, which does not
> allow the + quantifier. However '..*' (anything, followed by zero or
> more anything) is the same as '.\+' (one or more anything) and valid
> in any regular expression language.
Thanks for spotting thi
OS X's sed only accepts basic regular expressions, which does not
allow the + quantifier. However '..*' (anything, followed by zero or
more anything) is the same as '.\+' (one or more anything) and valid
in any regular expression language.
Signed-off-by: Brian Gernhardt
---
t/t4205-log-pretty-f
2 matches
Mail list logo