How can I use FFIND to search files if I want to specify text that includes embedded double quotes? I want to find all lines that include "enum" including the double quotes. For example, the following isn't giving me what I want:
ffind /L /L5 /T"enum" /V *.json > c:\work\enum.txt
I've tried two, three and four double quotes on either side of enum. For example, ffind /L /L5 /T"""enum""" /V *.json > c:\work\enum.txt doesn't match anything.
However, if I use the /W dialog and enter "enum" for text, it seems to produce the correct matching lines. So, how do I do that on the command line? I need the /L5 but don't see how to do that in the dialog.
Thanks,
Sal
ffind /L /L5 /T"enum" /V *.json > c:\work\enum.txt
I've tried two, three and four double quotes on either side of enum. For example, ffind /L /L5 /T"""enum""" /V *.json > c:\work\enum.txt doesn't match anything.
However, if I use the /W dialog and enter "enum" for text, it seems to produce the correct matching lines. So, how do I do that on the command line? I need the /L5 but don't see how to do that in the dialog.
Thanks,
Sal