2 lines
93 B
PowerShell
2 lines
93 B
PowerShell
Get-ChildItem -Recurse |
|
|
Where-Object { $_.Name -match 'foo[0-9]' -and $_.Length -gt 5MB }
|