/ Published in: Windows PowerShell

Expand |
Embed | Plain Text
Get-ChildItem -Path C:\WaldenWWW -Recurse | Select-String -Pattern ".jpg|.gif|.png" | %{$_\3.Line.Trim()} | Sort | Get-Unique | Out-File imageinfo.txt
You need to login to post a comment.