📌  相关文章
📜  搜索目录 powershell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.231000             🧑  作者: Mango

代码示例1
Get-ChildItem C:\test -recurse | Where-Object {$_.PSIsContainer -eq $true -and $_.Name -match "keyword"}