Quote:
Originally Posted by theducks
I did discover the value to use is in Bytes, not as shown in the display.
|
You can add a suffix to indicate a multiplier: 'k' (or 'K') multiplies the value by 1024 (a kilobyte), 'm' by 1024*1024, and 'g' by 1024**3. For example, size:>1m looks for sizes greater than 1MB (1024 * 1024).