Archive

Archive for the ‘grep’ Category

grep wildcard

December 13, 2007 varnit Leave a comment

Searches for a line with class*module* 

grep -Rni ‘class.*module.*’ *  

Categories: grep Tags: