Albert Johnson wrote: > Is there a chance that Linux will have a replacement for the grep -p feature > that works in UNIX? This is a vital command we use at work in many apps and > we need something to replace it or we'll have to recode in Perl.
Do you mean -P? GNU grep provides a --perl-regexp (-P) option.
