Find large files

Terminal
find . -type f -size +100M -exec ls -lh {} \;