What does find /tmp -size +100M select?
find /tmp -size +100M
Files smaller than 100 megabytes
Files modified more than 100 minutes ago
Entries under /tmp whose file size matches the greater-than-100-megabyte test
/tmp
Only files whose size is exactly 100 megabytes