/ 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.
naehrstoff on 01/12/09
2 people 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.