Archive for December, 2009

pcregrep

In: Uncategorized

3 Dec 2009

I recently learned about pcregrep, a enhanced grep that supports perl regex syntax. This is great for searches that span multiple line. For example, the other day I was looking thru old css files that had a border set to 0 to be removed due to the inclusion of a reset.css lib. So ….

pcregrep –color [...]