The call is as follows:
Get-ChildItem -recurse -force | Where-Object { $_.PsIsContainer -and $_.Name -match ".svn" } | select fullname
Mostly about Programming and Java in particular.
Get-ChildItem -recurse -force | Where-Object { $_.PsIsContainer -and $_.Name -match ".svn" } | select fullname
No comments:
Post a Comment