(size=x)
Find files with a size exactly equal to x.
Usage: (size=x{unit})
 Where x can be an integer or decimal value.
  {unit} can be blank for bytes.
  {unit} can be K for kilobytes.
  {unit} can be MB for megabytes.
  {unit} can be GB for gigabytes.
Find files below a certain size. It can be combined with other functions to allow for more specific searching;
The following search will return only those files that are exactly 1k (1024 bytes) in size.
 (size=1k)
 
See Also
(size>x), (size<x)