Grep: invalid option — p
DevOps
About
`grep: invalid option -- p` represents a common terminal execution syntax error that triggers when a systems engineer attempts to pass a Perl-compatible regular expression flag using a lowercase `-p` instead of the correct uppercase option (`-P`) required by GNU grep.