Return to Snippet

Revision: 22213
at January 6, 2010 00:11 by traeregan


Initial Code
grep -Rin "search string here" *

Initial URL


Initial Description
Great for searching project source code when deprecating database columns, etc. to see if they are in use anywhere in the application, for example.

Initial Title
Recursive grep string search

Initial Tags


Initial Language
Bash