Hi, just downloaded Everything and loving it. I don't seem to be able to search file contents however. I go into Search- Advanced Search, then I enter a search word under "A word or phrase in the file", click ok, and it doesn't bring up anything. I'm trying to search a networked drive- could that be the problem?
Thanks for any help with this!
Searching File Contents
-
justsrikar
- Posts: 1
- Joined: Sun Feb 17, 2019 6:44 am
Re: Searching File Contents
I installed GIT client, with that we can get all Unix commands in Windows.dtfamily wrote: Wed Jul 26, 2017 7:18 pm Hi, just downloaded Everything and loving it. I don't seem to be able to search file contents however. I go into Search- Advanced Search, then I enter a search word under "A word or phrase in the file", click ok, and it doesn't bring up anything. I'm trying to search a networked drive- could that be the problem?
Thanks for any help with this!
Like find, vim, xargs. With find I am able to do this.
Ex: "C:\Program Files\Git\usr\bin\find.exe" -type f -print0 | xargs -0 grep -i -l -w "enum" | grep -i bill