The problem: The disk on my computer was getting quite full, so I wanted to see what the largest files on the disk were. (This really helped--the first time I ran it, I found a runaway log file that was over 10GB.)
The solution: An AppleScript script that's a much more user-friendly wrapper for the Mac OS X UNIX "find" command. When you run this script, you will be prompted for a folder to put aliases of the large files into as well as the minimum size of the files to search for. The script will then use "find" to create a list of the large files and alias them into that folder. Follow the link and
free download Large Files Search now.
DETAILS