Bigger Than (>) operator
The Bigger Than (>) operator will return true if the left operand is larger than the right operand.
For example:
findit -w 'size > 1024 * 1024'
Will show only the largest files.
>) operatorThe Bigger Than (>) operator will return true if the left operand is larger than the right operand.
For example:
findit -w 'size > 1024 * 1024'
Will show only the largest files.