查看当前目录下文件大小
[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]#