I would like to perform a "Find in Files" with all the parameters Find, In Files/Types, Directory, but for the output to only show the names (path) of the files which contain matches.
I do not want the usual output, e.g.:
I want something like:
Is this possible?
TIA.
YourMum
I do not want the usual output, e.g.:
Code: Select all
----------------------------------------
Find 'STDHDG01' in 'E:\YM\September 2005\Sqr\SQR\XRFWIN.SQR' :
E:\YM\September 2005\Sqr\SQR\XRFWIN.SQR(59): #include 'stdhdg01.sqc'
Found 'STDHDG01' 1 time(s).
----------------------------------------
Code: Select all
----------------------------------------
Find 'STDHDG01' in folder 'E:\YM\September 2005\Sqr\SQR' :
E:\YM\September 2005\Sqr\SQR\XRFWIN.SQR
E:\YM\September 2005\Sqr\SQR\XRFRCPN.SQR
E:\YM\September 2005\Sqr\SQR\XRFRCFL.SQR
Found 'STDHDG01' 3 time(s).
----------------------------------------
TIA.
YourMum