find . -size +10M

Category: File Operations

find . -size +10M

Find files larger than 10 megabytes

Finds files larger than 10 megabytes. The + means 'greater than' and M means megabytes.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.