/ Published in: Bash
maybe theres a way to do it in a single step, don't care now to optimize
Expand |
Embed | Plain Text
# first deletes content of folder find . -name .svn -exec rm -rf {} \; #delete folders find . -name .svn -exec rmdir {} \;
You need to login to post a comment.
