Useful commands
Thursday, October 1, 2009
Recursively delete .svn directories
This is a simple example of a unix command, which recursively deletes subversion
.svn
folders.
rm -rf `find . -type d -name .svn`
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment