Deleting all folders and files underneath it in linux with a certain name?
Posted
by RD
on Super User
See other posts from Super User
or by RD
Published on 2010-05-25T09:46:15Z
Indexed on
2010/05/25
9:51 UTC
Read the original article
Hit count: 132
I have the following structure:
/.svn
/bla/.svn
/hello/.svn
/bla/bla/bla/.svn
... etc
I want to delete all the .svn folders. How do I do it?
It's NOT:
rm -rf .svn
In windows you use the /s trigger. How do you do it linix?
© Super User or respective owner