查看当前目录下文件大小

[root@t-enter home]# ls
autouser Python-3.7.2 Python-3.7.2.tgz test
[root@t-enter home]# du -sh *
40K autouser
338M Python-3.7.2
22M Python-3.7.2.tgz
20K test

查看当前目录下制定文件或目录大小
[root@t-enter home]# du -sh Python-3.7.2.tgz
22M Python-3.7.2.tgz
[root@t-enter home]#

posted on 2020-09-09 21:35  夏雨等秦天  阅读(188)  评论(0编辑  收藏  举报