[pcre-dev] [Bug 2505] pcregrep -M 'a|b'

Αρχική Σελίδα
Delete this message
Συντάκτης: admin
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: [pcre-dev] [Bug 2505] pcregrep -M 'a|b'
https://bugs.exim.org/show_bug.cgi?id=2505

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |ALREADY_FIXED


--- Comment #1 from Philip Hazel <ph10@???> ---
pcregrep is obsolete. Please upgrade to pcre2grep. However, even if you
continue to use pcregrep, please upgrade to the latest release:

$ pcregrep --version
pcregrep version 8.43 2019-02-23
$ pcregrep -M 'a|b' zzz
a
b
ababab

--
You are receiving this mail because:
You are on the CC list for the bug.