Linux查看文件夹大小的命令
du -sm * | sort -n //统计当前目录大小 并按大小排序
du -sh app //查看app文件夹大小
du app| wc -l //查看app文件夹有多少个文件
| Print article | This entry was posted by Herbert on 2009/08/10 at 11:01, and is filed under Linux. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |