会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
ZXYFrank
Enjoy the process🍀
博客园
首页
新随笔
联系
订阅
管理
2021年1月28日
Powershell 批量删除指定后缀名的文件(以json 为例)| 如何删除文件而保留文件夹
摘要: # 删除指定文件 PS D:\Data\Documents> Remove-Item * -Include *.json -Recurse # 删除文件而保留文件夹 # 「This example deletes all of the files that have names that inclu
阅读全文
posted @ 2021-01-28 21:43 ZXYFrank
阅读(1963)
评论(0)
推荐(0)
编辑
公告