Smaller Than (<) operator
The Smaller Than (<) operator will return true if the left operand is smaller than the right operand.
For example:
findit -w 'size < 1024'
Will show only the smallest files.
<) operatorThe Smaller Than (<) operator will return true if the left operand is smaller than the right operand.
For example:
findit -w 'size < 1024'
Will show only the smallest files.