Remove .svn files with bash
Just a quick reminder, since I always forget this one ...
-
find . -name .svn -exec rm -rf {} \;
About this entry
You’re currently reading “Remove .svn files with bash,” an entry on nesiumdotcom
- Published:
- 27.05.07 / 3pm
- Category:
- One-Liner, Real World Problems
1 Comment
Jump to comment form | comments rss [?] | trackback uri [?]