CartMetrix - Do you know yours?

« Home Wireless Network Security | Home | Google Adds Wildcard Searches »

8/10/2005

Delete CVS / SVN Directories

Recursively delete all .svn directories:

find . -name .svn -print0 | xargs -0 rm -rf

Recursively delete all .CVS directories:

find . -name .CVS -print0 | xargs -0 rm -rf

Popularity: 7%

Trackback:

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2009 damonparker.org. all rights reserved.

Close
E-mail It