首页 > 技术文章 > cleanLastUpdated.bat

hellsino 2020-08-28 14:40 原文

set REPOSITORY_PATH=C:\Users\Administrator.m2\repository
rem 正在搜索...
for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%*lastUpdated*"') do (
del /s /q %%i
)
rem 搜索完毕
pause

推荐阅读