Linux
Find Big Files

Find Large Files on the Linux File System

To find big 100MB+ files on your Linux installation, run the following command:

find / -xdev -type f -size +100M