查看当前路径下所有文件夹大小:

du -h --max-depth=1 *

配合grep使用:

du -h --max-depth=1 ./* | grep "M\|G"
Last modification:November 23, 2022
V50%看看实力