📜  powershell 在文件中递归查找字符串 - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:13.454000             🧑  作者: Mango
代码示例2
Get-ChildItem -recurse | Select-String -pattern "dummy" | group path | select name