# # # # #

.svnディレクトリの一括削除

当該ディレクトリにて以下を実行。

サブディレクトリの.svnも削除される。

find . -name .svn -exec rm -fr {} \;
最終更新: 2019年1月5日 (土) 22:17
# # # # #