Category Archives: Technology

Musings and growls of despair.

Using find

When not using ack, my favorite search tool, you can still exclude SVN folders. Here is an example of me looking for a file: $ find . -not \( -name .svn -prune \) -name ‘EosController*’ ./web/models/controllers/EosController.php ./web/models/controllers/EosControllerTest.php This mode of … Continue reading

Posted in Technology | Tagged | 2 Comments