按文件大小降序显示(linux) 2020年8月20日2020年8月20日 由 sievelau有个网站提供了不同的写法,我觉得比较好用的是这个:cd /path/to/some/where du -hsx -- * | sort -rh | head -10