Is it possible to find files BETWEEN sizes? in MB/KB

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
brian
Junior Member
Junior Member
Posts: 61
Joined: 2003-09-25, 01:14 UTC
Contact:

Is it possible to find files BETWEEN sizes? in MB/KB

Post by *brian »

I am talking about this:
Find files between the size of 100 MB and 200 MB. Or between 100KB and 1GB, if you wanna avoid text files, this would save clutter in the result list, and perhaps time.

Or between 1 B and 200 MB if you wanna avoid "those pesky zero length files" ;) .... ánd movie-TV files.

What also would be handy is changing the dropdown box for B/KB/MB/GB into radio buttons, saves a click.

Perhaps this could be seen as a request, I apologize.
We call it WindowsCommander because it commands Windows, not "Total".
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

You can use Plugins tab for defining such range:

Code: Select all

AND
tc.size > minsize
tc.size < maxsize
And you can save search preset if you need to use similar parameters often.
User avatar
brian
Junior Member
Junior Member
Posts: 61
Joined: 2003-09-25, 01:14 UTC
Contact:

Post by *brian »

MVV wrote:You can use Plugins tab for defining such range:

Code: Select all

AND
tc.size > minsize
tc.size < maxsize
And you can save search preset if you need to use similar parameters often.
Oh my GAWD you changed my LIFE :D 8) :lol: :!: :!:
On first try, i found 42 GB of duplicates, in theory I can gain 21 gb, nothing to sneeze at.

Thank you, Thank you, Thank you, Thank you, Thank you,
We call it WindowsCommander because it commands Windows, not "Total".
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
Post Reply