Smaller Than Equals (<=) operator
The Smaller Than (<=) operator will return true if the left operand is smaller than or equals to 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 or equals to the right operand.
For example:
findit -w 'size <= 1024'
Will show only the smallest files.