To apply a wildcard recursively to a whole tree of items in PowerShell add the-recurseparameter: Get-ChildItem c:\music\*.mp3 -recurse or more explicitly: Get-ChildItem c:\music\ -filter *.mp3 -recurse Examples Get the child items in the current location: ...
ps "github.com/bhendo/go-powershell" "k8s.io/klog/v2" ps "github.com/bhendo/go-powershell" "github.com/ovn-org/ovn-kubernetes/go-controller/pkg/config" ) 14 changes: 7 additions & 7 deletions 14 go-controller/hybrid-overlay/pkg/controller/ovn_node_linux.go Original file line number...