Eliminare .svn

by Matteo Magni on 23 febbraio 2009

Windows:

for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *svn') do (
rd /s /q "%%i"
)

Linux:

find ./ -name .svn -exec rm -rf {} +

Leave a Comment

Previous post:

Next post: