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