Get-ChildItem *.a | % { if(-not (Test-Path -Path "$($_.Directory)\$($_.BaseName).b" -PathType leaf)) { Write-Host $_.Name } }
powershell统计文件
最新推荐文章于 2025-05-30 17:07:19 发布
Get-ChildItem *.a | % { if(-not (Test-Path -Path "$($_.Directory)\$($_.BaseName).b" -PathType leaf)) { Write-Host $_.Name } }
1509

被折叠的 条评论
为什么被折叠?