Linux中清理磁盘空间时,经常需要找出大于200M的文件。 这个命令可以实现这个功能: find / -size +200M -exec du -h {} \; 转载于:https://www.cnblogs.com/loveyouyou616/p/10972673.html