Times (*) numeric operator
The Times (*) numeric operator is used to multiply two numbers.
For example:
findit -w 'size > 2 * 1024'
Will filter all the files with size larger than 1k.
*) numeric operatorThe Times (*) numeric operator is used to multiply two numbers.
For example:
findit -w 'size > 2 * 1024'
Will filter all the files with size larger than 1k.