WordPress Gallery 2 plugin

Update: I’ve since deactivated the WordPress Gallery 2 plugin.  I am just keeping this post up for archival purposes. For a while now I’ve been maintaining a media gallery, but I have not been giving it a lot of attention. Today, however, after upgrading to the latest version of my gallery software as well as…

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’…