I am new to Everything, it's a great tool. But I got stuck when I tried to search for the string Version":7 in a file. I can't seem to figure out how to do it.
This is the actual search string:
Code: Select all
"path/to/files/here" *.lvl utf8content:Version":7
Code: Select all
"path/to/files/here" *.lvl utf8content:Version
It's json. I need to find all files containing Version":7, like this:
Code: Select all
{"Width":16,"Depth":16,"Height":4,"Version":7,"Floo....
Thank's for any help!