编辑:
>我需要这是递归的.>我只想看大文件,没有大目录.>我需要这个才能在Mac OS X 10.6(查找版本)上运行.
find . -type f -printf "%s %p\n" | sort -nr | awk '{print $2}' | head -10