1
2
3
4
5
# 查看当前目录下各个文件及目录占用空间大小
du -sh *
# 按兆(M)来排序
du -sh * | sort -rn
Post
Cancel
查看当前目录下文件及文件夹的大小
This post is licensed under
CC BY 4.0
by the author.