gci *.xml |% {$fn=$_.name; gc $_ | where {$_ -match "
An easier, but not very good for performance if a large number of files are involved is:
gci f_*.xml | select-string "
Just some random development ramblings mostly related to the Microsoft .NET platform.
Oh no! I accidentally blocked the RDP port on an Azure virtual machine which resulted in not being able to log into the VM anymore. I did ...
No comments:
Post a Comment