grep -P xxx file.txt

"The -P option is not supported"
Removed from the manual page via this commit.

PR:	99831
This commit is contained in:
Tom Rhodes 2006-10-10 01:57:25 +00:00
parent 10b6de5e58
commit ca56b49e0e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163188

View File

@ -202,11 +202,6 @@ Interpret
as a list of fixed strings, separated by newlines,
any of which is to be matched.
.TP
.BR \-P ", " \-\^\-perl-regexp
Interpret
.I PATTERN
as a Perl regular expression.
.TP
.BI \-f " FILE" "\fR,\fP \-\^\-file=" FILE
Obtain patterns from
.IR FILE ,