Question: how do I filter 3 strings at the same time 'stringtomatch1' and 'stringtomatch2' and 'stringtomatch3' ?
The following lets you filter only 1 string at a time:
[svn list -R PATHTOREPOSITORY | where {$_ -match 'stringtomatch'}]
Question: how do I filter 3 strings at the same time 'stringtomatch1' and 'stringtomatch2' and 'stringtomatch3' ?
The following lets you filter only 1 string at a time:
[svn list -R PATHTOREPOSITORY | where {$_ -match 'stringtomatch'}]