标签: powershell
当我在文件中查找“苹果”时,此代码将执行并起作用:
Get-ChildItem -Path 'S:\foler2\Private\Programs' -Recurse | Select-String -Pattern "apple"
但是我要在文件中查找“ apple”和“ orange”。
我应该在代码中添加什么?