@echo off
rem 这里写你的仓库路径
set REPOSITORY_PATH=D:\Java\repo
rem 正在搜索...
for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do (
del /s /q %%i
)
rem 搜索完毕
pause

相关文章:

  • 2022-03-11
  • 2021-11-22
  • 2022-01-25
  • 2022-12-23
  • 2021-06-09
  • 2022-12-23
  • 2021-08-28
  • 2021-09-07
猜你喜欢
  • 2022-12-23
  • 2021-10-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-19
  • 2021-09-29
  • 2022-12-23
相关资源
相似解决方案