cd D:\FtpServer\小平台New\Job
ls -Directory|? {$_ -like 'T*'}|del -r

cd D:\web\Dev\SmallPlatformAPI
ls | ? {$_.lastwritetime -le (get-date).adddays(-3)}|del -r

相关文章:

  • 2021-06-07
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
猜你喜欢
  • 2021-10-27
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案