linux查看大文件

例如 從/目錄找大於100M的文件code find / -type f -size +100M -print0 | xargs -0 du -h
相關文章
相關標籤/搜索