How to exclude patterns from display/list?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
pstein
Posts: 59
Joined: Thu Aug 07, 2014 6:18 pm

How to exclude patterns from display/list?

Post by pstein »

Assume I want to search for all files/folders which contain the string "port" but don't show the files/folders which contain "report" (=many, many).

How can I specify this in the search entry field?

The common syntax

port -report

does not work.

Peter
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to exclude patterns from display/list?

Post by void »

! is the NOT operator
http://www.voidtools.com/support/everything/searching/

Please try searching for:

Code: Select all

port !report
Post Reply