English (EN) 简体中文 (CN) 繁體中文 (HK)
Post: CommandLine 005
查找大文件:
find -type f -exec du -sh {} + | sort -rh | head