Linux中清理磁盘空间时,经常需要找出大于200M的文件。

这个命令可以实现这个功能:

find / -size +200M -exec du -h {} \;

posted on 2019-06-04 11:48  睡着的糖葫芦  阅读(2495)  评论(0编辑  收藏  举报