is there Syntax for files where the content NOT contains the specified text

Discussion related to "Everything" 1.5.
Post Reply
void_hero
Posts: 40
Joined: Thu Aug 18, 2016 6:54 am

is there Syntax for files where the content NOT contains the specified text

Post by void_hero »

Hi Team,

version:
1.5.0.1406a.x64

Scenario:
in the Help->Search Syntax:
content: Search for files where the content contains the specified text.

Question:
is there Syntax for files where the content NOT contains the specified text?

expectation:
have/know the command for this scenario.

Thanks for the consideration & possible fulfilment.
horst.epp
Posts: 1642
Joined: Fri Apr 04, 2014 3:24 pm

Re: is there Syntax for files where the content NOT contains the specified text

Post by horst.epp »

Add the "!" in front means NOT
!content:will_show_were_it_is_not_found
void_hero
Posts: 40
Joined: Thu Aug 18, 2016 6:54 am

Re: is there Syntax for files where the content NOT contains the specified text

Post by void_hero »

awesome, it works, thanks, buddy!
Post Reply