001、
[root@pc1 test]# ls ## 测试文件 a.txt b.txt [root@pc1 test]# ll -h total 110M -rw-r--r--. 1 root root 10M Oct 1 22:13 a.txt -rw-r--r--. 1 root root 100M Oct 1 22:13 b.txt [root@pc1 test]# du -h * ## 仅显示文件的大小 10M a.txt 100M b.txt
。
标签:100M,文件名,##,pc1,linux,test,txt,root,目录 From: https://www.cnblogs.com/liujiaxin2018/p/17739548.html