omit sizes by right clicking the size heading
-
anmac1789
- Posts: 747
- Joined: Mon Aug 24, 2020 1:16 pm
omit sizes by right clicking the size heading
hello there everyone, it's me again. How do I omit a particular size by using right clicking on the size heading?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: omit sizes by right clicking the size heading
There's no option to omit a particular size from the size heading.
To exclude a certain size from your search results, include the following in your search:
! = NOT
Size syntax
For example, to exclude files with a size of 1234567 bytes:
To exclude files with a size of 2MB:
To exclude files with a size range of 5MB to 10MB:
To find only files larger than 100MB:
To exclude a certain size from your search results, include the following in your search:
!size:<size>! = NOT
Size syntax
For example, to exclude files with a size of 1234567 bytes:
!size:1234567To exclude files with a size of 2MB:
!size:2mbTo exclude files with a size range of 5MB to 10MB:
!size:5mb..10mbTo find only files larger than 100MB:
size:>100mb-
anmac1789
- Posts: 747
- Joined: Mon Aug 24, 2020 1:16 pm
Re: omit sizes by right clicking the size heading
thank you void