Plus (+) numeric operator
The Plus (+) numeric operator is used to add two numbers.
For example:
findit -w 'size + 1024 > 2048'
Will filter all the files with size plus 1024 is bigger than 2048.
+) numeric operatorThe Plus (+) numeric operator is used to add two numbers.
For example:
findit -w 'size + 1024 > 2048'
Will filter all the files with size plus 1024 is bigger than 2048.