Thursday, April 2, 2009

Recursive grep

Since grep -R <> <> is not available on all flavors, this can be really helpful.


The command is as follows :-

find -name | xargs grep

No comments: