随笔分类 -  PowerShell

摘要:Get-ChildItem .\ -Recurse | ForEach-Object -Process { if ($_ -is [System.IO.FileInfo] -and $_.Name.EndsWith('.cs')) { $_.Name | Out-File -Append .\out 阅读全文
posted @ 2022-07-28 15:50 xYzDl 阅读(95) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示