Tagged Questions
4
votes
3answers
261 views
Recursively Remove SVN files
I'm still learning the bash shell.
I want to recursively find and remove svn files within the child directories of a given folder. I made the mistake of checking out instead of just cloning. So i'm ...