[Top][All Lists]
[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep: The -P option is not supported,
Dan Jacobson <=