Modulo (%) numeric operator
The Modulo (%) numeric operator is used to file the modulo of the division between two numbers.
Note that if the right operand is zero, the result will be empty.
For example:
findit -w 'size % 2 = 0'
Will filter all the files with even size.