Articles tagged with find

Delete all .svn folders from a project

find ./ -name ".svn" -exec rm -rf {} \\; found @ http://cephas.net/blog/2007/04/06/command-line-script-to-delete-svn-files-folders/


Finding ordered position of a row in MySQL

This is slightly modified from something I found @ http://www.kirupa.com/forum/archive/index.php/t-263260.html Using high-score lists or similar you often ha