Using find & grep to search subversion working copies

Alhamdulillaah, I was able to write a very simple bash function that will efficiently scan an entire directory tree for files which contain a string and display those lines, along with line numbers, and highlight the searched term in the terminal. The result can be found below: function search { time find . -name ‘.svn’…