bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep: The -P option is not supported


From: Dan Jacobson
Subject: grep: The -P option is not supported
Date: Thu, 07 Apr 2005 01:02:21 +0800

$ grep --help|grep -- -P
  -P, --perl-regexp         PATTERN is a Perl regular expression
$ grep -P bla
grep: The -P option is not supported
$ grep --perl-regexp bla
grep: The -P option is not supported
$ grep -V
grep (GNU grep) 2.5.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]