how to remove .svn from all folders – command line

by MichaƂ Kuklis on 15/10/2008
find . -name ".svn" -exec rm -rf '{}' \;

No comments yet.

Write a comment: