in reply to grep -P
It uses an external library called pcre, and I think the feature is not always compiled in grep.
If you want to use real perl expressions with grep, an alternative to gnu grep is to use one of the several grep clones implemented in perl, such as mine.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: grep -P
by tomazos (Deacon) on Jun 25, 2006 at 21:25 UTC |