search top largest files size within everyting gui

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
2late
Posts: 25
Joined: Sun Feb 01, 2015 11:27 am

search top largest files size within everyting gui

Post by 2late »

how to get this code to work?

Code: Select all

-sort size -n 10 
NotNull
Posts: 5252
Joined: Wed May 24, 2017 9:22 pm

Re: search top largest files size within everyting gui

Post by NotNull »

The code you posted is for ES.exe, the command=line tool.
If you want to "translate" that to Everything GUI, that would become:

Code: Select all

files: count:10
You have to sort the results manually (click on the header of the result list) or ..
Create a bookmark (Menu:Bookmarks) to do this all at once. Don't forget to enable "remember search" and remeber sort"

(I hope I understood your question correctly..)
2late
Posts: 25
Joined: Sun Feb 01, 2015 11:27 am

Re: search top largest files size within everyting gui

Post by 2late »

Thank you for your detailed response but this does not show the largest files size
Capture.PNG
Capture.PNG (33.03 KiB) Viewed 5019 times
NotNull
Posts: 5252
Joined: Wed May 24, 2017 9:22 pm

Re: search top largest files size within everyting gui

Post by NotNull »

You forgot about the:
You have to sort the results manually (click on the header of the result list) or ..

Create a bookmark (Menu:Bookmarks) to do this all at once. Don't forget to enable "remember search" and remeber sort"
2018-02-21 00_10_23-Edit Bookmark.png
2018-02-21 00_10_23-Edit Bookmark.png (12.84 KiB) Viewed 5018 times
2late
Posts: 25
Joined: Sun Feb 01, 2015 11:27 am

Re: search top largest files size within everyting gui

Post by 2late »

there was a missing part in the search pattern:

Code: Select all

size: count:10 files:
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: search top largest files size within everyting gui

Post by Stamimail »

To get it, I did:
1. First, sort results by size.
2. Then, to filter results to the first 10 items:

Code: Select all

count:10
@void
I don't have count: in Menu: Help > Search Syntax (v877)
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: search top largest files size within everyting gui

Post by Stamimail »

downloaded 896,
yep, see it now, thanks.
Post Reply