/ Published in: Windows PowerShell
Expand |
Embed | Plain Text
gci -recurse | ? { $_\3.Name -match "<REGEX>" } | ri
You need to login to post a comment.
jarnaldich on 07/05/11
regex delete regexp PowerShell
1 person have marked this snippet as a favorite
gci -recurse | ? { $_\3.Name -match "<REGEX>" } | ri
You need to login to post a comment.