Remove .svn folder by command
18 May 2010
by 無聊達人
in Mac, OS X
Tags: Command, Mac, SVN
Just to remind myself
To remove all “.svn” folders from your current path.
find . -type d -name .svn -depth -exec rm -rf {} \;
Like this:
Be the first to like this post.
Previous MTR Mobile Next 週末天氣又係咁?
One Comment (+add yours?)