You are not logged in.

#1 13 Dec 2006 16:26

moconnell
Member
Registered: 13 Dec 2006
Posts: 8

New Vista Search tools

Does anyone if they are accessible through command line tools like find?
cheers
MOC

Offline

#2 14 Dec 2006 01:25

Simon Sheppard
Admin
Registered: 27 Aug 2005
Posts: 1,130
Website

Re: New Vista Search tools

I haven't had much chance to look at powershell yet, so I'm not sure if it utilises the search index, but you can do this kind of thing: 

get-content filename | where-object {$_ -match "regularExpressionPattern"}

Offline

Board footer

Powered by