Linda A. Walsh
2014-07-22 08:24:44 UTC
Both simple atoms such as "\d" for [0-9] or "\S" for non-space characters
are supported in awk and have been added to grep with the -P switch.
Would it be possible to add a -P type switch to 'sed' so that
pcre compat RE's could be used?
are supported in awk and have been added to grep with the -P switch.
Would it be possible to add a -P type switch to 'sed' so that
pcre compat RE's could be used?