/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find . -name '.svn' -prune -or -maxdepth 2 -type d -print -exec sh -c 'find {} -name ".svn" -prune -or -print | wc -l' \;