• 小小明
    2021-06-22
    查到文档地址是:https://docs.microsoft.com/zh-cn/previous-versions/powershell/module/microsoft.powershell.management/remove-item?view=powershell-6 直接Remove-Item *.txt就可以删除当前目录下的文本文件

    作者回复: 手动点个赞,学习编程就需要你这种认真学习官方文档的劲头儿

    
    1
  • Soul of the Drago...
    2021-03-16
    思考题:Remove-Item * -Include *.txt -Recurse,亲测有效。

    作者回复: 赞

    
    1
  • 范
    2021-04-14
    powershell以前主要执行服务器端命令。内置很多命令,也可以调用各种命令。
    
    1
  • ifelse
    2023-07-12 来自浙江
    学习打卡
    
    