Link to home
Start Free TrialLog in
Avatar of Bharat Guru
Bharat Guru

asked on

grep: support for the -P option is not compiled into this --disable-perl-regexp binary

in Linux I'm getting below error message

    grep: support for the -P option is not compiled into this --disable-perl-regexp binary
ASKER CERTIFIED SOLUTION
Avatar of arnold
arnold
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Likely you're running a very old Distro.

Try updating to your latest OS version + retest grep.
Avatar of Bharat Guru
Bharat Guru

ASKER

Thanks