Page 1 of 1

search inside the files

Posted: Thu Apr 06, 2017 1:59 pm
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

Re: search inside the files

Posted: Fri Apr 07, 2017 4:06 am
by therube

Re: search inside the files

Posted: Sat Apr 08, 2017 9:19 pm
by sepuleze
thanks!!!!!!!!!!!!!!!!
how is the syntax to find in specific directory

best regards

Re: search inside the files

Posted: Sun Apr 09, 2017 2:48 am
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