Linux 查询大于 100M 的文件并排序:
find / -type f -size +100M -print0 | xargs -0 du -h | sort -nr
(adsbygoogle = window.adsbygoogle || []).push({});
来源:https://www.02405.com/archives/7562
Linux 查询大于 100M 的文件并排序:
find / -type f -size +100M -print0 | xargs -0 du -h | sort -nr
来源:https://www.02405.com/archives/7562