/ Published in: Bash
URL: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml
Expand |
Embed | Plain Text
rm -rf `find . -type d -name .svn`
You need to login to post a comment.
TioSolid on 12/15/10
1 person have marked this snippet as a favorite
URL: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml
rm -rf `find . -type d -name .svn`
You need to login to post a comment.