On 27 September 2016 at 08:40, Alan Bourke alanpbourke@fastmail.fm wrote:
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, if you have Windows 10 and Windows Subsystem for Linux enabled:
bash grep -s -r --include "*.txt" "string to search for" /mnt/c/mypath
I have no idea how to access UNC paths from Bash, only physical drives show up in /mnt.