Find large files
by Taavi Rammar

Type following on your linux command prompt:
find / -size +10240000c -exec du -h {} \;
That should find all files larger then ~10MB.

Copyright by techTips