Wednesday, April 6, 2011

GREP tips

* find lines beginning with
grep ^string

* exclude lines with characters
grep -Ev '{|}'

No comments:

Post a Comment