1 | Get-ChildItem -Path $env:APPDATA\Code\Backups\*\untitled -Recurse |
1 2 3 | Get-ChildItem -Path $env:APPDATA\Code\Backups\*\untitled -Recurse | Select-String -SimpleMatch 'mikefrobbins' | Format-Table |
Scripting | Automation | Efficiency
1 | Get-ChildItem -Path $env:APPDATA\Code\Backups\*\untitled -Recurse |
1 2 3 | Get-ChildItem -Path $env:APPDATA\Code\Backups\*\untitled -Recurse | Select-String -SimpleMatch 'mikefrobbins' | Format-Table |