首页 > 其他 > 详细

显示文件以及目录(文件夹)大小

时间:2016-05-11 19:52:04      阅读:219      评论:0      收藏:0      [点我收藏+]
#   显示文件大小
`ls -lh`
#显示目录大小

du -sh

```
$ du -sh /usr/*
286M    /usr/bin
124K    /usr/games
20M     /usr/include
1.6G    /usr/lib
52M     /usr/local
36M     /usr/sbin
1.7G    /usr/share
103M    /usr/src
```

以合适的单位显示指定目录大小

 

du -shc

```
$ du -shc /usr/*
286M    /usr/bin
124K    /usr/games
20M     /usr/include
1.6G    /usr/lib
52M     /usr/local
36M     /usr/sbin
1.7G    /usr/share
103M    /usr/src
3.7G    总用量
```

以合适的单位显示指定目录大小,并在末尾显示总用量







显示文件以及目录(文件夹)大小

原文:http://www.cnblogs.com/yldf/p/2b058367bc77b395c3dcaf79c21df755.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!