search inside the files

General discussion related to "Everything".
Post Reply
sepuleze
Posts: 2
Joined: Thu Apr 06, 2017 1:56 pm

search inside the files

Post by sepuleze »

Hello, I would like to know if everything looks within the files and in case of not doing that software recommend me. thank you very much
therube
Posts: 4580
Joined: Thu Sep 03, 2009 6:48 pm

Re: search inside the files

Post by therube »

sepuleze
Posts: 2
Joined: Thu Apr 06, 2017 1:56 pm

Re: search inside the files

Post by sepuleze »

thanks!!!!!!!!!!!!!!!!
how is the syntax to find in specific directory

best regards
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: search inside the files

Post by void »

Type in the path followed by a trailing backslash, for example to find files in D:\downloads, search for:
d:\downloads\

Use double quotes to escape spaces:
"c:\program files\"

To exclude subfolders, prefix the path search with parent:
parent:c:\windows
Post Reply