/ Published in: Bash

URL: http://www.anyexample.com/linux_bsd/bash/recursively_delete__svn_directories.xml
Add '-type d ' if it's a directory you want to get rid of.
Expand |
Embed | Plain Text
rm -rf `find . -name [mypattern]`
You need to login to post a comment.