====== Ignore svn directories but list all other directories that are not empty ====== This one works to ignore svn directories but list all other directories that are not empty\\ find -depth -type d -empty __-name .svn -prune__