`grep -P` doesn't work on Mac OS X. Use `grep -E` instead.
grep -Pdoesn't work on Mac OS X. Usegrep -Einstead.