统计磁盘下所有目录占用空间,排序,(windows/linux)
https://www.cnblogs.com/0616--ataozhijia/p/6364185.html
在windows系统中,右键打开git-bash,切到d盘,du -sh *
排序(按照字节):du -s * | sort -rn
posted on 2019-09-16 16:10 CreatorKou 阅读(1301) 评论(0) 编辑 收藏 举报
https://www.cnblogs.com/0616--ataozhijia/p/6364185.html
在windows系统中,右键打开git-bash,切到d盘,du -sh *
排序(按照字节):du -s * | sort -rn
posted on 2019-09-16 16:10 CreatorKou 阅读(1301) 评论(0) 编辑 收藏 举报