On 27 September 2016 at 08:40, Alan Bourke <[email protected]> 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. -- Paul _______________________________________________ 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/cadwx0+je90pctvh5sv2t8hncqpv-2ev6irdq+4_um7wlbsw...@mail.gmail.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.

