On Mon, 26 Sep 2016, at 07:04 PM, Ted Roche wrote: > (and using a Linux "find" instead of the stupid Windows Explorer > Search! grr!)
findstr /s /i /m /c:"string to search for" \\mypath\*.txt or http://stackoverflow.com/questions/8677628/recursive-file-search-using-powershell or if you're searching local drives, UltraSearch will do it extremely quickly by searching the NTFS file allocation table instead of the physical disk. -- Alan Bourke alanpbourke (at) fastmail (dot) fm _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/1474962011.3959062.738132513.40ae0...@webmail.messagingengine.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

