Tuesday, June 29, 2010

Regex Sub-language Selection

To use grep to find things with spaces (or to have a generally more powerful Regex syntax akin to that of Perl or Python), use:
grep -P
as a part of the incantation.

No comments: