1.PowerShell
Get-ChildItem -Path "src" -Recurse -File | Select-String -Pattern "common-tree"
参考如图

2.cmd
findstr /s /i "common-tree" src\*
参考如图

记录一下。。。。
Get-ChildItem -Path "src" -Recurse -File | Select-String -Pattern "common-tree"
参考如图

findstr /s /i "common-tree" src\*
参考如图

记录一下。。。。
2301

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