I would like to be able to get all the files using a pattern like c:\files\**\bla\**\*.ts
, for example.
Possible options, sorted in the order of preference, are:
- Powershell supports it already. (How???)
- There is a powershell module implementing it.
- There is a .Net library that does it. glob and minimatch look promising.
- There is a windows command line tool that does it.
I am asking this question because I prefer the first 2 options, but so far (10 mins) I came up empty.